Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
todo-list-example
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
todo-list-example
Merge requests
!3
fixes jacoco pom config for fxui and rest modules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixes jacoco pom config for fxui and rest modules
25-jacoco-exec-missing
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
George Adrian Stoica
requested to merge
25-jacoco-exec-missing
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
fixes
#25 (closed)
Closes
#25 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4c365aa0
2 commits,
3 years ago
3 files
+
10
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
todolist/fxui/pom.xml
+
4
−
1
Options
@@ -180,7 +180,7 @@
<configuration>
<skipTests>
${skipUiTests}
</skipTests>
<argLine>
--add-opens todolist.ui/todolist.ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
@{jaCoCoArgLine}
--add-opens todolist.ui/todolist.ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
@@ -209,6 +209,9 @@
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<configuration>
<propertyName>
jaCoCoArgLine
</propertyName>
</configuration>
</plugin>
</plugins>
</build>
Loading