Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
0a807d1a
Commit
0a807d1a
authored
5 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Add Jacoco plugin for test coverage reports
parent
333a3df1
dev_gui_features
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CityDoctorParent/pom.xml
+20
-0
CityDoctorParent/pom.xml
with
20 additions
and
0 deletions
+20
-0
CityDoctorParent/pom.xml
+
20
-
0
View file @
0a807d1a
...
...
@@ -73,6 +73,26 @@
<artifactId>
javafx-maven-plugin
</artifactId>
<version>
0.0.8
</version>
</plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.8.12
</version>
<executions>
<execution>
<goals>
<goal>
prepare-agent
</goal>
</goals>
</execution>
<execution>
<id>
report
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
report
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencyManagement>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets