Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2016-11-24 11:17:33 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ecb22b1d9a20e502827d4ab285109ac51c732d41
ecb22b1d
1 parent
a71633b6
ajout du plugin jacoco
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
pom.xml
pom.xml
View file @
ecb22b1
...
...
@@ -457,6 +457,26 @@
</dependencies>
</plugin>
-->
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.7.7.201606060606
</version>
<executions>
<execution>
<id>
default-prepare-agent
</id>
<goals>
<goal>
prepare-agent
</goal>
</goals>
</execution>
<execution>
<id>
default-report
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
report
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
Please
register
or
login
to post a comment