You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2012/10/09 17:06:32 UTC

svn commit: r1396053 - /aries/trunk/application/application-itests/pom.xml

Author: jwross
Date: Tue Oct  9 15:06:32 2012
New Revision: 1396053

URL: http://svn.apache.org/viewvc?rev=1396053&view=rev
Log:
Explicitly specify the output location of the paxexam-config.args file rather than relying on the default.

Modified:
    aries/trunk/application/application-itests/pom.xml

Modified: aries/trunk/application/application-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-itests/pom.xml?rev=1396053&r1=1396052&r2=1396053&view=diff
==============================================================================
--- aries/trunk/application/application-itests/pom.xml (original)
+++ aries/trunk/application/application-itests/pom.xml Tue Oct  9 15:06:32 2012
@@ -314,6 +314,7 @@
 		        		</executions>
 		        		<configuration>
 		          			<options>
+		          				<outputFile>${project.build.directory}/test-classes/META-INF/maven/paxexam-config.args</outputFile>
 		            			<platform>equinox</platform>
 		            			<version>3.5.0</version>
 		          			</options>
@@ -341,6 +342,7 @@
 		          			</execution>
 		        		</executions>
 		        		<configuration>
+		        			<outputFile>${project.build.directory}/test-classes/META-INF/maven/paxexam-config.args</outputFile>
 		          			<options>
 		            			<platform>equinox</platform>
 		            			<version>3.7.0.v20110613</version>
@@ -369,6 +371,7 @@
 		          			</execution>
 		        		</executions>
 		        		<configuration>
+		        			<outputFile>${project.build.directory}/test-classes/META-INF/maven/paxexam-config.args</outputFile>
 		          			<options>
 		            			<platform>equinox</platform>
 		            			<version>3.8.0.V20120529-1548</version>