File tree Expand file tree Collapse file tree 3 files changed +5
-17
lines changed
Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ language: java
33
44matrix :
55 include :
6- # - jdk: openjdk8
6+ - jdk : openjdk8
7+ before_install :
8+ - export MVN_OPT='--projects "!gpclient/gpclient-javafx"'
79 - jdk : openjdk11
8-
910env :
1011 - EPICS_PVA_ADDR_LIST=127.255.255.255
1112
1213install : true
1314script :
14- - mvn clean verify ${MVN_OPT} -B
15+ - mvn clean verify -B
1516
1617after_failure :
1718 - find ./ -type d -name "surefire-reports" -print0 | xargs -0 -I {} find {} -iname "*.txt" -type f | xargs cat
Original file line number Diff line number Diff line change 4141 </execution >
4242 </executions >
4343 </plugin >
44- <plugin >
45- <groupId >org.apache.maven.plugins</groupId >
46- <artifactId >maven-javadoc-plugin</artifactId >
47- <version >2.10.4</version >
48- <executions >
49- <execution >
50- <id >attach-javadocs</id >
51- <goals >
52- <goal >jar</goal >
53- </goals >
54- </execution >
55- </executions >
56- </plugin >
5744 <plugin >
5845 <groupId >com.mycila</groupId >
5946 <artifactId >license-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >org.mockito</groupId >
6262 <artifactId >mockito-all</artifactId >
63- <version >1.10.19 </version >
63+ <version >2.0.2-beta </version >
6464 <scope >test</scope >
6565 </dependency >
6666 <dependency >
You can’t perform that action at this time.
0 commit comments