OSDN Git Service

mvn release:prepare で自動的にコミットしないように設定を追加
authorIwao AVE! <ave@bang-2.local>
Wed, 16 Nov 2011 20:06:07 +0000 (05:06 +0900)
committerIwao AVE! <ave@bang-2.local>
Wed, 16 Nov 2011 20:06:07 +0000 (05:06 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0b0d084..cc32758 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                </pluginManagement>
                <plugins>
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-release-plugin</artifactId>
+                               <version>2.1</version>
+                               <configuration>
+                                       <pushChanges>false</pushChanges>
+                               </configuration>
+                       </plugin>
+                       <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>animal-sniffer-maven-plugin</artifactId>
                                <version>1.7</version>