OSDN Git Service

set up maven-release-plugin
authorleo <leo@ae02f08e-27ec-0310-ae8c-8ba02fe2eafd>
Fri, 5 Jun 2009 08:52:47 +0000 (08:52 +0000)
committerleo <leo@ae02f08e-27ec-0310-ae8c-8ba02fe2eafd>
Fri, 5 Jun 2009 08:52:47 +0000 (08:52 +0000)
git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/xerial-core@3367 ae02f08e-27ec-0310-ae8c-8ba02fe2eafd

pom.xml

diff --git a/pom.xml b/pom.xml
index e9a153c..eb1c349 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </executions>
       </plugin>
       
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <!--  do not run site-deploy goal, included in the default settings  -->
+          <goals>deploy</goals>
+        </configuration>
+      </plugin>
     </plugins>
   </build>