Alternatively, you could use pom packaging if you do not intend for your module to ever produce a jar
On Fri, Jul 25, 2008 at 8:48 AM, Manuel EVENO <[EMAIL PROTECTED]> wrote: > Do you want to use an external program to create the jar ? > On this point, I'm joining Jeff .... > > Otherwise, you can target plugin goals directly by calling : > mvn exec:exec > > Manuel > > On Fri, Jul 25, 2008 at 9:39 AM, syllepsa <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > Is it possible to turn off JAR building? I just want to run external > > program > > via maven-exec-plugin. > > > > Thank you in advance > > > > Mariusz > > -- > > View this message in context: > > http://www.nabble.com/How-to-skip-JAR-creation-tp18646725p18646725.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] > > > > >
