Skip to content

Commit 0f20ce0

Browse files
committed
Drop parent 'forge-parent'
This closes #3
1 parent 0f0f564 commit 0f20ce0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ limitations under the License.
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
2121

22-
<parent>
23-
<groupId>org.sonatype.forge</groupId>
24-
<artifactId>forge-parent</artifactId>
25-
<version>10</version>
26-
<relativePath />
27-
</parent>
28-
2922
<groupId>org.codehaus.plexus</groupId>
3023
<artifactId>plexus</artifactId>
3124
<packaging>pom</packaging>
@@ -403,6 +396,7 @@ limitations under the License.
403396
<version>2.5.1</version>
404397
<configuration>
405398
<goals>deploy</goals>
399+
<mavenExecutorId>forked-path</mavenExecutorId>
406400
<useReleaseProfile>false</useReleaseProfile>
407401
<arguments>-Pplexus-release</arguments>
408402
</configuration>

0 commit comments

Comments
 (0)