How to use maven-wsoui-plugin

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (15)

View Page History
This allows Maven 2 to generate all codes to deploy and run a SOA application based on bpel process using bpel2java or just a Web Service using wsdl2java. This plugin is based on [cxf plugin|http://cxf.apache.org/docs/maven-cxf-codegen-plugin-wsdl-to-java.html].

h2. bpel2java goal
If you want use maven-wsoui-plugin in your maven project, you MUST add this dependency in your *pom.xml* file

{code:XML}
<!-- Add maven-wsoui-plugin dependency -->
<dependencies> <dependency>
<!-- Add maven-wsoui-plugin dependency -->
<dependency>
<groupId>com.ebmwebsourcing.easiestdemo</groupId>
<artifactId>maven-wsoui-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies> </dependency>
{code}

...


h2. bpel2java goal

{code:XML}
<build>
<plugins>

{code:XML}
<dependencies>
<!-- Add maven-wsoui-plugin dependency -->
<dependency>
<groupId>com.ebmwebsourcing.easiestdemo</groupId>
<artifactId>maven-wsoui-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

...

<build>
<plugins>
<wsdlOption>
<wsdl>
<!-- Set your wsdl file here .... -->
${basedir}/src/main/resources/fireman.wsdl
</wsdl>