adaptations for git.
authorErik Brakkee <erik@brakkee.org>
Sat, 13 Aug 2011 11:37:30 +0000 (13:37 +0200)
committerErik Brakkee <erik@brakkee.org>
Sat, 13 Aug 2011 11:37:30 +0000 (13:37 +0200)
.gitignore [new file with mode: 0644]
pom.xml

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..19e6660
--- /dev/null
@@ -0,0 +1,5 @@
+target/
+.settings/
+.classpath
+.project
+
diff --git a/pom.xml b/pom.xml
index 395775134dd338cc5d7e3ce8b48408dd26aa49e3..5b1e1d87e337b2f990c3eb9d0c0f4f708bda8823 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
        </licenses>
        <scm>
                <url>https://wamblee.org/viewvc/utils</url>
-               <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk</connection>
-               <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk</developerConnection>
+               <connection>scm:git:https://wamblee.org/git/public/utils</connection>
+               <developerConnection>scm:git:https://wamblee.org/git/public/utils</developerConnection>
        </scm>
        <developers>
                <developer>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
-                               <version>2.0</version>
+                               <version>2.2.1</version>
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                                        <localCheckout>true</localCheckout>
+                                        <pushChanges>false</pushChanges>
                                        <goals>javadoc:jar deploy</goals>
                                </configuration>
                        </plugin>