Skip to content

Commit

Permalink
Merge pull request #12 from IsyFact/bugfix/IFS-4147_fix_jacoco_maven_…
Browse files Browse the repository at this point in the history
…plugin_config

IFS-4147: Fixing jacoco-maven-plugin config, removing target folder
  • Loading branch information
mariusarltmsg authored Oct 10, 2024
2 parents c7c1dc2 + add1d88 commit 17d0546
Show file tree
Hide file tree
Showing 47 changed files with 5 additions and 490 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ on:
jobs:
DependencyReview:
uses: IsyFact/isy-github-actions-templates/.github/workflows/[email protected]
with:
allow-dependencies-licenses:
'pkg:maven/org.jacoco/jacoco-maven-plugin'
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<maven.jar.version>3.3.0</maven.jar.version>
<maven.deploy.version>2.8.2</maven.deploy.version>
<maven.flatten.version>1.2.7</maven.flatten.version>
<maven.jacoco.version>0.8.7</maven.jacoco.version>
<maven.jacoco.version>0.8.12</maven.jacoco.version>
<maven.cyclondx.version>2.7.11</maven.cyclondx.version>
<maven.javadoc.plugin.version>3.3.2</maven.javadoc.plugin.version>
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
Expand Down Expand Up @@ -162,6 +162,7 @@
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 0 additions & 22 deletions target/classes/messages.properties

This file was deleted.

Binary file removed target/jacoco.exec
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 17d0546

Please sign in to comment.