Have you used maven before or are you totally new to maven? Do you have to get your ant code snippet into an existing maven project or a new project just for this snippet?
On 10 May 2012 15:58, Ron Wheeler <[email protected]> wrote: > Did you look at the Ant plug-in? > > Ron > > > On 10/05/2012 7:52 AM, chavanmukeshp wrote: >> >> Hello Friends, >> >> Can you please Suggest me how to convert below ant target into maven? >> >> <target name="InitialiseContext"> >> >> <java classname="com.rsa.poc.SigningStationClient" >> >> <arg value=”initializeContext”</> >> >> <arg value=${bldReqPath}/> >> >> </java> >> >> </target> >> >> Is there any plugin required for this conversion? >> >> Thanks in advance!! >> >> -- >> View this message in context: >> http://maven.40175.n5.nabble.com/convert-Ant-script-to-Maven-tp5699981.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] >> >> > > > -- > Ron Wheeler President Artifact Software Inc email: > [email protected] skype: ronaldmwheeler phone: 866-970-2435, > ext 102 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
