Skip to content

Commit

Permalink
Merge pull request #113 from epics-base/patches
Browse files Browse the repository at this point in the history
cleanup gpclient parent pom
  • Loading branch information
shroffk authored Oct 28, 2020
2 parents 0cd5ce4 + 0a6d2b0 commit f5f3237
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: java

matrix:
include:
- jdk: openjdk8
before_install:
- export MVN_OPT='--projects "!gpclient/gpclient-javafx"'
- jdk: openjdk11
env:
- EPICS_PVA_ADDR_LIST=127.255.255.255
Expand Down
13 changes: 0 additions & 13 deletions gpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down

0 comments on commit f5f3237

Please sign in to comment.