Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-16 Thread Henrik Niehaus
Am 15.04.2010 16:51, schrieb Jörg Schaible: Hi Henrik, Henrik Niehaus wrote: Am 15.04.2010 15:40, schrieb Jörg Schaible: Hi Henrik, Henrik Niehaus wrote: Am 15.04.2010 14:54, schrieb Jörg Schaible: [snip] Please look into the POMs of the plugins and tell whether they declare a dependen

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Jörg Schaible
Hi Henrik, Henrik Niehaus wrote: > Am 15.04.2010 15:40, schrieb Jörg Schaible: >> Hi Henrik, >> >> Henrik Niehaus wrote: >> >>> Am 15.04.2010 14:54, schrieb Jörg Schaible: >> >> [snip] >> Please look into the POMs of the plugins and tell whether they declare a dependency to another plug

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Henrik Niehaus
Am 15.04.2010 15:40, schrieb Jörg Schaible: Hi Henrik, Henrik Niehaus wrote: Am 15.04.2010 14:54, schrieb Jörg Schaible: [snip] Please look into the POMs of the plugins and tell whether they declare a dependency to another plugin themselves. If yes, which ones? - Jörg Hi Jörg, thanks f

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Jörg Schaible
Hi Henrik, Henrik Niehaus wrote: > Am 15.04.2010 14:54, schrieb Jörg Schaible: [snip] >> Please look into the POMs of the plugins and tell whether they declare a >> dependency to another plugin themselves. If yes, which ones? >> >> - Jörg > > Hi Jörg, > > thanks for your answer. A colleague o

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Henrik Niehaus
Am 15.04.2010 14:54, schrieb Jörg Schaible: Hi Henrik, Henrik Niehaus wrote: Hi Maven users, I'm having problems with two plugins, which both define a custom packaging type. The packaging types are source-plugin and binary-plugin, which are defined in a private maven plugin and warpath, which

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Jörg Schaible
Hi Henrik, Henrik Niehaus wrote: > Hi Maven users, > > I'm having problems with two plugins, which both define a custom > packaging type. The packaging types are source-plugin and binary-plugin, > which are defined in a private maven plugin and warpath, which is > defined in the warpath plugin.

Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Henrik Niehaus
Hi Maven users, I'm having problems with two plugins, which both define a custom packaging type. The packaging types are source-plugin and binary-plugin, which are defined in a private maven plugin and warpath, which is defined in the warpath plugin. If I run the project with both plugins de

Re: Custom Packaging Types

2006-04-25 Thread dan tran
on the second thought, if you can whip you installer easily thru a small ant script, you can use maven-antrun-plugin to create the installer, then use build-helper-maven-plugin to attach your output to be installed/deploy -D On 4/25/06, Martin Cooper <[EMAIL PROTECTED]> wrote: > > On 4/25/06, da

Re: Custom Packaging Types

2006-04-25 Thread Martin Cooper
On 4/25/06, dan tran <[EMAIL PROTECTED]> wrote: > > take a look at http://mojo.codehause.org/maven-native/native-maven-plugin That would be: http://mojo.codehaus.org/maven-native/native-maven-plugin/ (No 'e' on the end of codehaus ;) -- Martin Cooper it uses build lifecyle extension to provi

Re: Custom Packaging Types

2006-04-25 Thread dan tran
take a look at http://mojo.codehause.org/maven-native/native-maven-plugin it uses build lifecyle extension to provide its own packaging type. -Dan On 4/25/06, Marteijn Nouwens <[EMAIL PROTECTED]> wrote: > > Hello everybody maybe are repost but my subscribing went wrong, > > I am new to maven 2.

Custom Packaging Types

2006-04-25 Thread Marteijn Nouwens
Hello everybody maybe are repost but my subscribing went wrong, I am new to maven 2.0. but experienced 1.0 user. Do i understand correctly that packaging defines the type of product that is being build. If so, can you define more than one and define your own custom types. like installer and appli