updating maven release plugin with mavenExecutorId parameter
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user