ソースを参照

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年前
コミット
76d8ad84b5
1個のファイルの変更7行の追加0行の削除
  1. 7
    0
      pom.xml

+ 7
- 0
pom.xml ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存