From fe4f79ff9962cf1a91c0502312d347c41f09e9b3 Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Tue, 23 Apr 2013 16:47:07 -0400 Subject: [PATCH] Ignore .lic file. Add scm information to pom for release-plugin. --- .classpath | 5 ---- .gitignore | 1 + pom.xml | 75 +++++++++++++++--------------------------------------- 3 files changed, 21 insertions(+), 60 deletions(-) diff --git a/.classpath b/.classpath index 534b5e5..f8ce0d3 100644 --- a/.classpath +++ b/.classpath @@ -6,11 +6,6 @@ - - - - - diff --git a/.gitignore b/.gitignore index e2a3069..5663f73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target *~ +/*.lic \ No newline at end of file diff --git a/pom.xml b/pom.xml index fbfbb2b..a3f82af 100644 --- a/pom.xml +++ b/pom.xml @@ -4,62 +4,27 @@ com.patrikdufresne.license com.patrikdufresne.license 0.4-SNAPSHOT + + + scm:git:ssh://gitosis@tintaglia.patrikdufresne.com/license.git + + + + + patrikdufresne + scpexe://patrikdufresne.com/var/www/maven2/repo/ + + - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - com.mycila.maven-license-plugin - - - maven-license-plugin - - - [1.9.0,) - - - format - - - - - - - - - - com.googlecode.maven-java-formatter-plugin - - - maven-java-formatter-plugin - - - [0.3.1,) - - - format - - - - - - - - - - - - + + + + org.apache.maven.wagon + wagon-ssh-external + 1.0-beta-6 + + -- GitLab