Skip to content

Commit

Permalink
PDFBOX-5576: update apache parent pom, fix jacoco build issue
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1911714 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lehmi committed Aug 16, 2023
1 parent f137077 commit e52720f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>29</version>
<version>30</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -125,6 +125,16 @@
</dependencyManagement>

<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- needs to exist even if empty due to problems with jacoco-maven-plugin -->
<addmod />
</properties>
</profile>
<profile>
<id>pedantic</id>
<properties>
Expand Down

0 comments on commit e52720f

Please sign in to comment.