right, there is a note in build.xml file that a specific target can only be run by maven. go figure. So I don't want to write a pom.xml and invoke using $mvn <options>
so using some command line switches to invoke the ant target. Alexander-129 wrote: > > You want maven to run ant task outside any maven-type context? Dont it > looks > similar to run ant task via ant? [?] > > 2009/7/30 jvsrvcs <[email protected]> > >> >> I have a build.xml file with a note inside the build.xml that the target >> can >> only be invoked from maven. >> >> Is there a way to run a single $mvn <options> command to invoke this >> target >> in the build.xml file without create a pom.xml and invoking from there? >> >> thanks >> >> >> jvsrvcs >> -- >> View this message in context: >> http://www.nabble.com/How-to-invoke-ant-target-using-maven---single-command-without-creating-a-pom.xml-tp24741043p24741043.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] >> >> > > -- View this message in context: http://www.nabble.com/How-to-invoke-ant-target-using-maven---single-command-without-creating-a-pom.xml-tp24741043p24743860.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]
