Skip to content

Commit 7ea6f30

Browse files
author
antonybi
committed
fix coverage config
1 parent 9a7bcd7 commit 7ea6f30

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

pom.xml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,21 @@
149149
</execution>
150150
</executions>
151151
</plugin>
152+
<plugin>
153+
<groupId>org.eluder.coveralls</groupId>
154+
<artifactId>coveralls-maven-plugin</artifactId>
155+
<version>4.3.0</version>
156+
<configuration>
157+
<repoToken>yavqijXiUmoq93guQTknXuB9JEfpNc8v7</repoToken>
158+
</configuration>
159+
<dependencies>
160+
<dependency>
161+
<groupId>javax.xml.bind</groupId>
162+
<artifactId>jaxb-api</artifactId>
163+
<version>2.3.1</version>
164+
</dependency>
165+
</dependencies>
166+
</plugin>
152167
</plugins>
153168
</build>
154169

@@ -197,14 +212,6 @@
197212
</execution>
198213
</executions>
199214
</plugin>
200-
<plugin>
201-
<groupId>org.eluder.coveralls</groupId>
202-
<artifactId>coveralls-maven-plugin</artifactId>
203-
<version>4.3.0</version>
204-
<configuration>
205-
<repoToken>yavqijXiUmoq93guQTknXuB9JEfpNc8v7</repoToken>
206-
</configuration>
207-
</plugin>
208215
<plugin>
209216
<groupId>org.sonatype.plugins</groupId>
210217
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)