Skip to content

Commit 60abc43

Browse files
add maven default goal (clean, verify, apache-rat, clirr, javadoc) and execute it on travis
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1812924 13f79535-47bb-0310-9956-ffa450edef68
1 parent 55fc36e commit 60abc43

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
- oraclejdk8
2222
- oraclejdk9
2323

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

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ limitations under the License.
242242
<commons.jacoco.version>0.7.9</commons.jacoco.version>
243243
</properties>
244244
<build>
245+
<defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
245246
<pluginManagement>
246247
<plugins>
247248
<plugin>

0 commit comments

Comments
 (0)