Skip to content

Commit d07bc74

Browse files
committed
Merge branch 'master' into release/7.0
Conflicts: .travis.yml gpclient/pom.xml pom.xml
2 parents b207aa2 + 3bff699 commit d07bc74

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ language: java
33

44
matrix:
55
include:
6-
# - jdk: openjdk8
6+
- jdk: openjdk8
7+
before_install:
8+
- export MVN_OPT='--projects "!gpclient/gpclient-javafx"'
79
- jdk: openjdk11
8-
910
env:
1011
- EPICS_PVA_ADDR_LIST=127.255.255.255
1112

1213
install: true
1314
script:
14-
- mvn clean verify ${MVN_OPT} -B
15+
- mvn clean verify -B
1516

1617
after_failure:
1718
- find ./ -type d -name "surefire-reports" -print0 | xargs -0 -I {} find {} -iname "*.txt" -type f | xargs cat

epics-util/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@
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>

epics-vtype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
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>

0 commit comments

Comments
 (0)