Skip to content

Commit

Permalink
Keeping one Maven release plugin at root
Browse files Browse the repository at this point in the history
  • Loading branch information
svanteschubert committed Oct 6, 2019
1 parent 301c858 commit 6226de9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@
<target>${jdk.version}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<!-- Workaround for https://jira.codehaus.org/browse/MGPG-9 -->
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down
8 changes: 0 additions & 8 deletions odfdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<!-- Workaround for http://jira.codehaus.org/browse/MGPG-9 -->
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,6 @@
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<!-- Workaround for https://jira.codehaus.org/browse/MGPG-9 -->
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 6226de9

Please sign in to comment.