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
Commits
b21a9d62
Commit
b21a9d62
authored
3 years ago
by
Hallvard Trætteberg
Browse files
Options
Downloads
Plain Diff
Merge branch '25-jacoco-exec-missing' into 'master'
fixes jacoco pom config for fxui and rest modules Closes
#25
See merge request
!3
parents
05e03cc7
4c365aa0
No related branches found
No related tags found
1 merge request
!3
fixes jacoco pom config for fxui and rest modules
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitpod.yml
+1
-0
1 addition, 0 deletions
.gitpod.yml
todolist/fxui/pom.xml
+4
-1
4 additions, 1 deletion
todolist/fxui/pom.xml
todolist/rest/pom.xml
+5
-2
5 additions, 2 deletions
todolist/rest/pom.xml
with
10 additions
and
3 deletions
.gitpod.yml
+
1
−
0
View file @
b21a9d62
...
@@ -13,3 +13,4 @@ vscode:
...
@@ -13,3 +13,4 @@ vscode:
extensions
:
extensions
:
-
jebbs.plantuml@2.13.12:q7DiD6H5NTesaWYIXmeMMQ==
-
jebbs.plantuml@2.13.12:q7DiD6H5NTesaWYIXmeMMQ==
-
vsls-contrib.codetour@0.0.37:n/LcXr1DIqz+xFGficwDHA==
-
vsls-contrib.codetour@0.0.37:n/LcXr1DIqz+xFGficwDHA==
-
ritwickdey.liveserver
This diff is collapsed.
Click to expand it.
todolist/fxui/pom.xml
+
4
−
1
View file @
b21a9d62
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
<configuration>
<configuration>
<skipTests>
${skipUiTests}
</skipTests>
<skipTests>
${skipUiTests}
</skipTests>
<argLine>
<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>
</argLine>
</configuration>
</configuration>
</plugin>
</plugin>
...
@@ -209,6 +209,9 @@
...
@@ -209,6 +209,9 @@
<plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<configuration>
<propertyName>
jaCoCoArgLine
</propertyName>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
This diff is collapsed.
Click to expand it.
todolist/rest/pom.xml
+
5
−
2
View file @
b21a9d62
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
<artifactId>
maven-surefire-plugin
</artifactId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<configuration>
<argLine>
<argLine>
--add-opens todolist.rest/todolist.restapi=ALL-UNNAMED
@{jaCoCoArgLine}
--add-opens todolist.rest/todolist.restapi=ALL-UNNAMED
</argLine>
</argLine>
</configuration>
</configuration>
</plugin>
</plugin>
...
@@ -172,6 +172,9 @@
...
@@ -172,6 +172,9 @@
<plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<configuration>
<propertyName>
jaCoCoArgLine
</propertyName>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment