Skip to content

Commit f5f3237

Browse files
authored
Merge pull request #113 from epics-base/patches
cleanup gpclient parent pom
2 parents 0cd5ce4 + 0a6d2b0 commit f5f3237

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: java
33

44
matrix:
55
include:
6-
- jdk: openjdk8
7-
before_install:
8-
- export MVN_OPT='--projects "!gpclient/gpclient-javafx"'
96
- jdk: openjdk11
107
env:
118
- EPICS_PVA_ADDR_LIST=127.255.255.255

gpclient/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@
4949
</execution>
5050
</executions>
5151
</plugin>
52-
<plugin>
53-
<groupId>org.apache.maven.plugins</groupId>
54-
<artifactId>maven-javadoc-plugin</artifactId>
55-
<version>2.10.4</version>
56-
<executions>
57-
<execution>
58-
<id>attach-javadocs</id>
59-
<goals>
60-
<goal>jar</goal>
61-
</goals>
62-
</execution>
63-
</executions>
64-
</plugin>
6552
<plugin>
6653
<groupId>com.mycila</groupId>
6754
<artifactId>license-maven-plugin</artifactId>

0 commit comments

Comments
 (0)