Skip to content

Commit 34fe9e5

Browse files
add default mvn default (clean, test, clirr, rat and javadoc) and run it on travis
1 parent 3637948 commit 34fe9e5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ jdk:
2121
- openjdk7
2222
- oraclejdk8
2323

24+
script:
25+
- mvn
26+
2427
after_success:
2528
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
</properties>
194194

195195
<build>
196+
<defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
196197
<plugins>
197198
<plugin>
198199
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)