Skip to content

Commit

Permalink
Update pom.xml and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Oct 11, 2017
1 parent e324f6b commit 68dd092
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ language: java

jdk:
- oraclejdk8
- oraclejdk9

install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=false -B -V
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
<pluginManagement>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>

<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down

0 comments on commit 68dd092

Please sign in to comment.