Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-08-28 14:38:47 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f3b18b6662a3367bce0c441b0dfbb162c8f3406
4f3b18b6
1 parent
96dfcab1
Added code-coverage plugin to the top-level pom.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletions
pom.xml
pom.xml
View file @
4f3b18b
...
...
@@ -256,6 +256,27 @@
</plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.7.1.201405082137
</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>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.9.1
</version>
...
...
@@ -301,7 +322,6 @@
</plugins>
</build>
<reporting>
<plugins>
<plugin>
...
...
Please
register
or
login
to post a comment