We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a97fc5 commit d307184Copy full SHA for d307184
pom.xml
@@ -46,14 +46,17 @@
46
<version>3.0.1</version>
47
</dependency>
48
49
- <plugin>
50
- <groupId>org.eluder.coveralls</groupId>
51
- <artifactId>coveralls-maven-plugin</artifactId>
52
- <version>4.3.0</version>
53
- <configuration>
54
- <repoToken>repoToken</repoToken>
55
- </configuration>
56
- </plugin>
57
-
58
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eluder.coveralls</groupId>
+ <artifactId>coveralls-maven-plugin</artifactId>
+ <version>4.3.0</version>
+ <configuration>
+ <repoToken>repoToken</repoToken>
+ </configuration>
59
+ </plugin>
60
+ </plugins>
61
+ </build>
62
</project>
0 commit comments