소스 검색

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>

Loading…
취소
저장