Author: nthaker
Date: Wed Jul 14 20:28:30 2010
New Revision: 964185
URL: http://svn.apache.org/viewvc?rev=964185&view=rev
Log:
Backing out test case for Wrapper Beans as use of WSGen causes Hudson build
failures.
Removed:
axis/axis2/java/core/trunk/modules/jaxws/test/org/apache/axis2/jaxws/wrapper/beans/
axis/axis2/java/core/trunk/modules/jaxws/wsgen-tests.xml
Modified:
axis/axis2/java/core/trunk/modules/jaxws/pom.xml
Modified: axis/axis2/java/core/trunk/modules/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/pom.xml?rev=964185&r1=964184&r2=964185&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws/pom.xml Wed Jul 14 20:28:30 2010
@@ -96,23 +96,6 @@
<artifactId>axis2-transport-local</artifactId>
<version>${version}</version>
<scope>test</scope>
- </dependency>
- <dependency>
- <groupId>wsdl4j</groupId>
- <artifactId>wsdl4j</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-tools</artifactId>
- <version>2.1.3</version>
- </dependency>
- <!-- If we dont include tools.jar as dependency, maven throws
NoClassDefFound on wsGen run -->
- <dependency>
- <groupId>java</groupId>
- <artifactId>tools</artifactId>
- <version>$version</version>
- <scope>system</scope>
- <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
</dependency>
</dependencies>
@@ -309,22 +292,6 @@
<property name="addressing_version"
value="${version}"/>
<ant antfile="build.xml" inheritall="true"
inheritrefs="true"
dir="." target="build-repo"/>
-
- <property
name="compile_classpath" refid="maven.compile.classpath" />
- <property
name="runtime_classpath" refid="maven.runtime.classpath" />
- <property
name="test_classpath" refid="maven.test.classpath" />
- <property
name="plugin_classpath" refid="maven.plugin.classpath" />
-
- <!-- Defining wsGen task -->
- <taskdef
name="wsgen" loaderRef="refwsgen" classname="com.sun.tools.ws.ant.WsGen">
-
<classpath>
-
<path refid="maven.runtime.classpath" />
-
<path refid="maven.compile.classpath" />
-
</classpath>
- </taskdef>
- <!-- Invoking
test cases that need to generate artifacts using wsGen -->
- <ant antfile="wsgen-tests.xml"
inheritall="true" inheritrefs="true"
- dir="." target="run-wsgen-tests"/>
</tasks>
</configuration>
<goals>
@@ -412,13 +379,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>report-only</report>
- </reports>
- </reportSet>
- </reportSets>
</plugin>
</plugins>
</reporting>