[ANN] 2013 Committer School for people who want to become Maven Committers

2013-10-10 Thread Barrie Treloar
We still want more people to get up and join the committer community. It has been a year since Stephen posted on his blog - http://javaadventure.blogspot.ie/2012/07/do-you-want-to-become-maven-committer.html So I thought a yearly reminder for would be a good thing. --

Re: Can we parameterised pom.xml's tag to run depending on parameter set?

2013-10-10 Thread Baptiste Mathus
Hi, Please better address this kind of questions to the users list next time. As for your question, well what you ask seems actually to be the use case for profiles. Just add the additional executions in the profile you want. Cheers Le 11 oct. 2013 01:26, "Archana Mundaye" a écrit : > In we have

Can we parameterised pom.xml's tag to run depending on parameter set?

2013-10-10 Thread Archana Mundaye
In we have which we can use to say whether we want to run that profile. In my one section there are many different sections under tag. But I want to run only few sections out of all present under . Do we have any option to make section parameterised? Thanks and regards, Archana