Skip to content

Commit

Permalink
more plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Jan 29, 2024
1 parent 14284a1 commit f02da30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Parent POM for Maven based Java projects.
Declare this project as a parent in your projects:

```xml
<!-- for early prototypes -->
<parent>
<groupId>wtf.metio.maven</groupId>
<artifactId>maven-parents</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
<version.properties-m-p>1.2.1</version.properties-m-p>
<version.cyclonedx-m-p>2.7.11</version.cyclonedx-m-p>
<version.spdx-m-p>0.7.2</version.spdx-m-p>
<version.buildplan-m-p>1.5</version.buildplan-m-p>

<!-- tool configurations -->
<jacoco.minCoverage>1.00000</jacoco.minCoverage>
Expand Down Expand Up @@ -857,6 +858,13 @@
</excludedFilePatterns>
</configuration>
</plugin>

<plugin>
<!-- https://buildplan.jcgay.fr/ -->
<groupId>fr.jcgay.maven.plugins</groupId>
<artifactId>buildplan-maven-plugin</artifactId>
<version>${version.buildplan-m-p}</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit f02da30

Please sign in to comment.