Update to parent POM 42 (#932)

Changes:
* parent POM 42
* unset release where needed (makes com.sun pkg unreachable)
* explicitly index as parent disables "implicit" AP
* remove redundtant stuff
* update dependabot to take care of workflow as well (as mvnd uses own)
This commit is contained in:
Tamas Cservenak
2024-04-18 19:40:05 +02:00
committed by GitHub
parent a1ac6660ec
commit d23e0e88f6
7 changed files with 60 additions and 28 deletions

View File

@@ -30,6 +30,11 @@
<packaging>jar</packaging>
<name>Maven Daemon - Daemon</name>
<properties>
<!-- If using release, sun.misc is not reachable (see SignalHelper) -->
<maven.compiler.release />
</properties>
<dependencies>
<dependency>
<groupId>org.apache.maven.daemon</groupId>
@@ -104,6 +109,10 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>