Skip to content
Snippets Groups Projects
Commit b21a9d62 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Merge branch '25-jacoco-exec-missing' into 'master'

fixes jacoco pom config for fxui and rest modules

Closes #25

See merge request it1901/todo-list!3
parents 05e03cc7 4c365aa0
No related branches found
No related tags found
No related merge requests found
...@@ -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
...@@ -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>
......
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment