Author: edwardyoon Date: Wed Feb 1 11:02:24 2012 New Revision: 1239059 URL: http://svn.apache.org/viewvc?rev=1239059&view=rev Log: Setting the mavenExecutorId=forked-path.
Modified: incubator/hama/trunk/pom.xml Modified: incubator/hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1239059&r1=1239058&r2=1239059&view=diff ============================================================================== --- incubator/hama/trunk/pom.xml (original) +++ incubator/hama/trunk/pom.xml Wed Feb 1 11:02:24 2012 @@ -234,7 +234,14 @@ <artifactId>maven-assembly-plugin</artifactId> <version>2.2.2</version> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.2</version> + <configuration> + <mavenExecutorId>forked-path</mavenExecutorId> + </configuration> + </plugin> </plugins> </build>