You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/07/17 06:07:28 UTC

svn commit: r556806 - /webservices/axis2/trunk/java/modules/saaj/pom.xml

Author: dims
Date: Mon Jul 16 21:07:23 2007
New Revision: 556806

URL: http://svn.apache.org/viewvc?view=rev&rev=556806
Log:
get tests working under jdk1.6 by setting the endorsed override directory

Modified:
    webservices/axis2/trunk/java/modules/saaj/pom.xml

Modified: webservices/axis2/trunk/java/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj/pom.xml?view=diff&rev=556806&r1=556805&r2=556806
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj/pom.xml Mon Jul 16 21:07:23 2007
@@ -33,52 +33,6 @@
 		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj</developerConnection>
 		<url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj</url>
 	</scm>
-	<profiles>
-		<profile>
-			<id>java16</id>
-			<activation>
-				<jdk>1.6</jdk>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<artifactId>maven-surefire-plugin</artifactId>
-						<inherited>true</inherited>
-						<configuration>
-							<skip>false</skip>
-							<forkMode>pertest</forkMode>
-							<argLine>-Xms256m -Xmx512m</argLine>
-							<includes>
-							   <include>**/*Test.java</include>
-							</includes>
-							<excludes>
-							   <exclude>**/SAAJResultTest.java</exclude>
-							   <exclude>**/SOAPPartTest.java</exclude>
-							</excludes>
-							<systemProperties>
-								<property>
-									<name>javax.xml.soap.MessageFactory</name>
-									<value>org.apache.axis2.saaj.MessageFactoryImpl</value>
-								</property>
-								<property>
-									<name>javax.xml.soap.SOAPFactory</name>
-									<value>org.apache.axis2.saaj.SOAPFactoryImpl</value>
-								</property>
-								<property>
-									<name>javax.xml.soap.SOAPConnectionFactory</name>
-									<value>org.apache.axis2.saaj.SOAPConnectionFactoryImpl</value>
-								</property>
-								<property>
-									<name>javax.xml.soap.MetaFactory</name>
-									<value>org.apache.axis2.saaj.SAAJMetaFactoryImpl</value>
-								</property>
-							</systemProperties>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
@@ -129,6 +83,8 @@
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
 					<skip>false</skip>
+					<forkMode>once</forkMode>
+					 <argLine>-Djava.endorsed.dirs=${project.build.directory}/../../saaj-api/target/</argLine>
 					<systemProperties>
 						<property>
 							<name>javax.xml.soap.MessageFactory</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org