Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Initially remove the following code from the top level sampleĀ pom.xml file, which is in theĀ  <PRODUCT_HOME>\samples\Jaxws-Jaxrs\ directory.

Code Block
	<parent> 
        	<groupId>org.wso2.appserver</groupId> 
        	<artifactId>wso2appserver-samples-parent</artifactId> 
        	<version>5.2.1</version> 
   
</parent>
Info

Apache Maven 3 is recommended to build the samples.

...