Executing ant run after a plugin

2011-02-24 Thread Rui Vilão
Hi, I'm using the buildnumber plugin and I want to execute a given antrun goal ONLY when I explicitly call that plugin from the console. So, imagine that I execute mvn buildnumber:create and in the pom I do something like: plugin artifactIdmaven-antrun-plugin/artifactId

Re: Executing ant run after a plugin

2011-02-24 Thread Baptiste MATHUS
Hi, Imo, running this goal from the command line is nonsense. This will create a property that's designed to be typically used inside other parts of the pom. What are you trying to do? BTW, if you run this goal from CLI, why don't you just add the next goal to be run on the same command line? Le

Re: Executing ant run after a plugin

2011-02-24 Thread Rui Vilão
Hi, Thanks for the reply. The whole team is not using SVN to version the code. My case, I'm using git. So every time I run the install goal that builds the whole project, it fails since I have an SVN repository in the SCM tag. So, what I want is to run the build number process manually or at

Re: Executing ant run after a plugin

2011-02-24 Thread Baptiste MATHUS
Yup, had the same problem using git-svn. It's already fixed: http://jira.codehaus.org/browse/MOJO-1539 I released an internal version while waiting for the official release. Cheers Baptiste 2011/2/24 Rui Vilão rpvi...@gmail.com Hi, Thanks for the reply. The whole team is not using SVN to