Author: rsvoboda(a)redhat.com
Date: 2013-10-15 08:38:55 -0400 (Tue, 15 Oct 2013)
New Revision: 17996
Modified:
projects/wsi-bp-test/trunk/pom.xml
Log:
Configuration to compile tests in bp20-tests module on JDK6 - custom endorsed libraries:
JAXB + JAX-WS 2.2
Modified: projects/wsi-bp-test/trunk/pom.xml
===================================================================
--- projects/wsi-bp-test/trunk/pom.xml 2013-10-14 08:16:40 UTC (rev 17995)
+++ projects/wsi-bp-test/trunk/pom.xml 2013-10-15 12:38:55 UTC (rev 17996)
@@ -585,6 +585,14 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArguments>
+
<endorseddirs>${project.build.directory}/endorsed</endorseddirs>
+ </compilerArguments>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
${surefire.default-mgmt-serurity.args}
-Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
Show replies by date