]> source.dussan.org Git - jackcess.git/commitdiff
do not deploy site for 1.x releases
authorJames Ahlborn <jtahlborn@yahoo.com>
Sun, 11 Aug 2013 19:30:27 +0000 (19:30 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sun, 11 Aug 2013 19:30:27 +0000 (19:30 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@771 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index 9ebeb4a0eeec8029f3cb0b4983bc4d79ca959b65..441fcd5191f24b051e20abcfab29fdaa6d8f3ac9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <!-- Don't deploy site for Jackcess 1.x releases -->
+          <goals>deploy nexus-staging:release</goals>
+        </configuration>
+      </plugin>       
     </plugins>
   </build>
   <dependencies>