Author: sergeyb
Date: Tue Nov  5 10:46:20 2013
New Revision: 1538930

URL: http://svn.apache.org/r1538930
Log:
Temporarily adding a forked-path executor id to Maven Release plugin 
configuration

Modified:
    aries/trunk/blueprint/blueprint-web-osgi/pom.xml

Modified: aries/trunk/blueprint/blueprint-web-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-web-osgi/pom.xml?rev=1538930&r1=1538929&r2=1538930&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-web-osgi/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-web-osgi/pom.xml Tue Nov  5 10:46:20 2013
@@ -82,4 +82,17 @@
         </dependency>
     </dependencies>
     
+    <build>
+       <pluginManagement>
+           <plugins>
+               <plugin>
+                   <groupId>org.apache.maven.plugins</groupId>
+                   <artifactId>maven-release-plugin</artifactId>
+                   <configuration>
+                       <mavenExecutorId>forked-path</mavenExecutorId>
+                   </configuration>
+               </plugin>
+           </plugins>
+       </pluginManagement>
+    </build>
 </project>


Reply via email to