Re: list of phases defined by the lifecycle of a packaging type

2012-06-11 Thread Pascal Rapicault
Thx On 2012-06-11, at 1:15 AM, Milos Kleint wrote: public ListString getLifecyclePhases() { LifecycleMapping lifecycleMapping = lookupComponent(LifecycleMapping.class); if (lifecycleMapping != null) { SetString phases = new TreeSetString(); MapString,

Re: Hooking before and after a phase

2012-06-11 Thread Pascal Rapicault
Thx On 2012-06-09, at 11:06 AM, Aliaksei Lahachou wrote: Hi, this is tricky and may involve some trial and error. Maven executes mojos in the same phase in the order their plugins are listed in the POM. You can try to define all plugins, including plugins automatically defined by the

Questions about property resolution

2012-06-11 Thread Cédric Teyton
Hello, I've a question with respect to some POM.xml files i've observed recently. In some cases like the following one : project modelVersion4.0.0/modelVersion groupIdactivemq-web/groupId artifactIdactivemq-web/artifactId nameActiveMQ :: Web/name version4.0-M2/version descriptionWeb Connector

Re: Questions about property resolution

2012-06-11 Thread Pascal Rapicault
It could mostly likely be specified on the command line. On 2012-06-11, at 9:44 AM, Cédric Teyton wrote: Hello, I've a question with respect to some POM.xml files i've observed recently. In some cases like the following one : project modelVersion4.0.0/modelVersion

Re: Questions about property resolution

2012-06-11 Thread Belhadj abdessalem
hello, this seem a property under your server properties cheek your server properties, 2012/6/11 Cédric Teyton cedric.tey...@gmail.com Hello, I've a question with respect to some POM.xml files i've observed recently. In some cases like the following one : project

Re: Questions about property resolution

2012-06-11 Thread Cédric Teyton
Thank you for your answers, i didn't know about this solution. On 06/11/2012 03:48 PM, Pascal Rapicault wrote: It could mostly likely be specified on the command line. On 2012-06-11, at 9:44 AM, Cédric Teyton wrote: Hello, I've a question with respect to some POM.xml files i've observed