File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ notifications:
88matrix :
99 include :
1010 # Quality testing
11+ - jdk : oraclejdk8
12+ env : JACOCO=true RELEASE_CHECKS=true
1113 - jdk : oraclejdk8
1214 env : JACOCO=true COVERALLS=true
1315 - jdk : oraclejdk8
Original file line number Diff line number Diff line change 164164 <version >3.5.0.1254</version >
165165 </plugin >
166166 <plugin >
167- <groupId >external.atlassian .jgitflow</groupId >
167+ <groupId >com.manamind .jgitflow</groupId >
168168 <artifactId >jgitflow-maven-plugin</artifactId >
169- <version >1.0-m5.1 </version >
169+ <version >1.0.0 </version >
170170 <configuration >
171171 <enableSshAgent >true</enableSshAgent >
172172 <flowInitContext >
466466 </plugins >
467467 </build >
468468 </profile >
469+
470+ <profile >
471+ <id >release-checks</id >
472+ <activation >
473+ <property >
474+ <name >env.RELEASE_CHECKS</name >
475+ <value >true</value >
476+ </property >
477+ </activation >
478+ <build >
479+ <plugins >
480+ <plugin >
481+ <artifactId >maven-source-plugin</artifactId >
482+ </plugin >
483+ <plugin >
484+ <artifactId >maven-javadoc-plugin</artifactId >
485+ </plugin >
486+ <plugin >
487+ <artifactId >maven-gpg-plugin</artifactId >
488+ </plugin >
489+ </plugins >
490+ </build >
491+ </profile >
469492 </profiles >
470493
471494</project >
You can’t perform that action at this time.
0 commit comments