mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user