Re: Running jdeb plugin by itself .. not attached to the package lifecycle.

2015-08-06 Thread João Rodrigues
Lifecycle Reference): https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html On Thu, Aug 6, 2015 at 10:29 AM João Rodrigues jlrodrigues@gmail.com wrote: I would recommend using maven profiles. Just add to your pom: profiles profile id*builddeb*/id

Re: Running jdeb plugin by itself .. not attached to the package lifecycle.

2015-08-06 Thread João Rodrigues
I would recommend using maven profiles. Just add to your pom: profiles profile id*builddeb*/id build plugins !-- MOVE your jdeb plugin configuration -- /plugins /build /profile /profiles