Author: dkulp
Date: Tue Feb 9 02:32:25 2010
New Revision: 907888
URL: http://svn.apache.org/viewvc?rev=907888&view=rev
Log:
remove compiler config as the parent configures it
Modified:
cxf/trunk/systests/wsdl_maven/codegen/pom.xml
cxf/trunk/systests/wsdl_maven/java2ws/pom.xml
Modified: cxf/trunk/systests/wsdl_maven/codegen/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/codegen/pom.xml?rev=907888&r1=907887&r2=907888&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/codegen/pom.xml Tue Feb 9 02:32:25 2010
@@ -31,13 +31,6 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<version>${project.version}</version>
Modified: cxf/trunk/systests/wsdl_maven/java2ws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/java2ws/pom.xml?rev=907888&r1=907887&r2=907888&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/java2ws/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/java2ws/pom.xml Tue Feb 9 02:32:25 2010
@@ -30,14 +30,6 @@
</parent>
<build>
<plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>