Re: Example java2ws maven plugin config?

2007-10-24 Thread Jim Ma

Hi Callum,

I just fixed an issue  for this plugin and updated the CXF wiki for it .
Refer to this link 
http://cwiki.apache.org/CXF20DOC/maven-integration-and-plugin.html for 
its configuration and
usage . 
I will ask other guys to publish a snapshot for this fix. Before the new 
snapshot is ready,  you can download

the latest code in trunk and build it .

Let me know if you have any problems

Regards

Jim




Callum Haig wrote:

Could someone please post an example maven pom fragment that will help
me get started with the CXF java2ws maven plugin?

In the absence of documentation I have tried many variations of the
fragment below without success.


org.apache.cxf
cxf-java2ws-plugin
2.1-incubator-SNAPSHOT



org.apache.cxf

cxf-rt-frontend-jaxws

2.1-incubator-SNAPSHOT




generate-ws
process-classes


my.ws.target.class



${project.compileClasspathElements}



${basedir}/target/classes


true

true

true
true

${project}


java2ws





Regards,
Callum.

  


Example java2ws maven plugin config?

2007-10-23 Thread Callum Haig
Could someone please post an example maven pom fragment that will help
me get started with the CXF java2ws maven plugin?

In the absence of documentation I have tried many variations of the
fragment below without success.


org.apache.cxf
cxf-java2ws-plugin
2.1-incubator-SNAPSHOT



org.apache.cxf

cxf-rt-frontend-jaxws

2.1-incubator-SNAPSHOT




generate-ws
process-classes


my.ws.target.class



${project.compileClasspathElements}



${basedir}/target/classes


true

true

true
true

${project}


java2ws





Regards,
Callum.