Add default maven default goal (clean, test, clirr, rat and javadoc) and run it on travis.

This commit is contained in:
pascalschumacher 2017-08-01 20:41:47 +02:00
parent fb03b65150
commit bbf3ebe4bd
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,9 @@
language: java language: java
sudo: false sudo: false
script:
- mvn
jdk: jdk:
- openjdk7 - openjdk7
- oraclejdk8 - oraclejdk8

View File

@ -149,6 +149,7 @@ CSV files of various types.
</properties> </properties>
<build> <build>
<defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>