Add forked-path to maven-release-plugin config to allow stdin password input

This commit is contained in:
Shikhar Bhushan
2011-06-06 20:55:12 +01:00
parent fd591e70be
commit 551b8b4fcf

View File

@@ -108,6 +108,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>