updating maven release plugin with mavenExecutorId parameter

This commit is contained in:
Sandor Vasi
2016-03-02 17:14:29 +01:00
parent 7ed4d5da2e
commit 3510fb6faf

View File

@@ -4,7 +4,7 @@
<groupId>ie.corballis</groupId> <groupId>ie.corballis</groupId>
<artifactId>sox-java</artifactId> <artifactId>sox-java</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<url>https://github.com/corballis/sox-wrapper-java</url> <url>https://github.com/corballis/sox-wrapper-java</url>
<licenses> <licenses>
@@ -134,6 +134,7 @@
<useReleaseProfile>false</useReleaseProfile> <useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles> <releaseProfiles>release</releaseProfiles>
<goals>deploy</goals> <goals>deploy</goals>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
@@ -149,5 +150,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>