Skip to content

Commit

Permalink
hopefully this will fix an issue with release plugin and gpg plugin h…
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Jan 26, 2013
1 parent a474092 commit 395720b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit 395720b

Please sign in to comment.