Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Counteract changes to maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Aug 13, 2013
1 parent c75fbd0 commit 73a449c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -700,6 +700,17 @@
</formats>
</configuration>
</plugin>
<!-- change maven-release-plugin back to defaults (instead of oss-parent's settings) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<mavenExecutorId>invoker</mavenExecutorId>
<useReleaseProfile>true</useReleaseProfile>
<arguments></arguments>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 73a449c

Please sign in to comment.