Each jar file will be a separate module. You can start by using the maven antrun plugin [1] or start directly with the Maven Axis Tools plugin [2].
[1] http://maven.apache.org/plugins/maven-antrun-plugin/ [2] http://mojo.codehaus.org/axistools-maven-plugin/ Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Thu, Oct 1, 2009 at 5:31 PM, chicagopooldude <[email protected]>wrote: > > I have a huge ant build file which we are moving to maven, there are > multiple > targets which run axis-wsdl2java tasks to get java code out of wsdl files > which are on the web. After which each of these tasks then compiles the > generated java code and packages them into individual jar files. How can I > achieve this in maven I am new so any ideas or help will be appreciated. > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/Ant-to-Maven-tp25696939p25696939.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
