Browse Source

do not deploy site for 1.x releases

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@771 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-1.2.14.1
James Ahlborn 10 years ago
parent
commit
76d8ad84b5
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      pom.xml

+ 7
- 0
pom.xml View File

@@ -208,6 +208,13 @@
</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>

Loading…
Cancel
Save