Re-added latest POM changes

This commit is contained in:
Philip Helger 2025-08-29 10:45:58 +02:00
parent cf10fa09e5
commit e444a60695

10
pom.xml
View file

@ -466,6 +466,12 @@
<configuration>
<!--suppress MavenModelInspection -->
<argLine>-Dfile.encoding=UTF-8 ${jacocoSurefire}</argLine>
<systemProperties>
<property>
<name>java.net.useSystemProxies</name>
<value>true</value>
</property>
</systemProperties>
</configuration>
</plugin>
@ -633,6 +639,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>