Skip to content

Commit 5f2c109

Browse files
add maven default goal (verify, rat, clirr, checkstyle, javadoc) and run it on travis
1 parent 863808f commit 5f2c109

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jdk:
2121
- oraclejdk8
2222

2323
script:
24-
- mvn test apache-rat:check clirr:check checkstyle:check javadoc:javadoc
24+
- mvn
2525

2626
after_success:
2727
- mvn clean cobertura:cobertura coveralls:report

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ file comparators, endian transformation classes, and much more.
266266
</properties>
267267

268268
<build>
269+
<defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check javadoc:javadoc</defaultGoal>
269270
<pluginManagement>
270271
<plugins>
271272
<plugin>

0 commit comments

Comments
 (0)