Re: Using maven to create Client jar

2011-02-10 Thread Håkon Sagehaug
Hi Thanks for the tips, I 'll try them out. cheers, Håkon On 10 February 2011 19:06, Tharindu Mathew wrote: > I think you are looking at creating a client stubs jar inside of maven. You > can use an ant task inside maven to do this. Have the regular maven stuff > with an ant task. > > Hope thi

Re: Using maven to create Client jar

2011-02-10 Thread Tharindu Mathew
I think you are looking at creating a client stubs jar inside of maven. You can use an ant task inside maven to do this. Have the regular maven stuff with an ant task. Hope this helps. Ex: org.apache.maven.plugins maven-antrun-plugin 1.1

RE: Using maven to create Client jar

2011-02-10 Thread Caristi, Joe
We use the Maven Assembly Plugin to do this: http://maven.apache.org/plugins/maven-assembly-plugin/ From: Håkon Sagehaug [mailto:[email protected]] Sent: Tuesday, February 08, 2011 10:45 AM To: [email protected] Subject: Using maven to create Client ja

Re: Using maven to create Client jar

2011-02-08 Thread Gerard Draper
If I'm not wrong, the "package" command should do that. Assuming that you have "jar" in your POM configuration file. 2011/2/8 Håkon Sagehaug > Hi all, > > I was wondering if anybody know of any maven plugins or tweeking so that > one can build the jar for the client stubs. We want to use this w