Skip to content

Commit de85870

Browse files
committed
Added maven-plugin-plugin explicitly
1 parent 8b23947 commit de85870

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ install: true
1515
script: mvn -B -V package javadoc:javadoc test
1616

1717
after_success:
18-
- mvn clean test jacoco:report coveralls:report
18+
- mvn -B -V clean test jacoco:report coveralls:report

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,15 @@
8282
<artifactId>maven-resources-plugin</artifactId>
8383
<version>3.0.1</version>
8484
</plugin>
85+
<plugin>
86+
<groupId>org.apache.maven.plugins</groupId>
87+
<artifactId>maven-plugin-plugin</artifactId>
88+
<version>3.4</version>
89+
</plugin>
8590
<plugin>
8691
<groupId>org.eluder.coveralls</groupId>
8792
<artifactId>coveralls-maven-plugin</artifactId>
88-
<version>3.0.1</version>
93+
<version>4.2.0</version>
8994
</plugin>
9095
<plugin>
9196
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)