Stephen Connolly-2 wrote:
>
> 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]
>> >
>> >
>>
>
>
I know how to run external program via maven-exec-plugin. The problem is
that the whole process takes too long (at least much longer than ANT does).
Thus I wanted to skip JAR building (simply I don't need it).
Regards
Mariusz
--
View this message in context:
http://www.nabble.com/How-to-skip-JAR-creation-tp18646725p18647312.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]