Re: Plugin phase awareness...

2013-12-24 Thread Igor Fedorenko
https://github.com/apache/maven/blob/maven-3.1.1/maven-core/src/main/java/org/apache/maven/plugin/MojoExecution.java#L160 ... and, like I said, the example I pasted elsewhere in this thread does work in maven 3.0.5 and 3.1.1. -- Regards, Igor On 12/24/2013, 18:01, Martin Gainty wrote: not fou

RE: Plugin phase awareness...

2013-12-24 Thread Martin Gainty
not found in 3.1.1 ${user.home}\org\apache\maven\maven-core\3.1.1\jar>javap .\or g\apache\maven\plugin\MojoExecution | grep lifecyclePhase Warning: Binary file .\org\apache\maven\plugin\MojoExecution contains org.apache.maven.plugin.MojoExecution I have 3.1.1 fully operational but I cannt

Re: [VOTE] Apache Maven SCM 1.9 (take 2)

2013-12-24 Thread Robert Scholte
Hi, I've fixed SCM-737, which means that the source-releases.zip should match all the files project files again. If I'm correct this means that the reason for the -1 vote has been solved. However, on my Windows machine I don't get the test for the maven-scm-plugin to succeed. The svnadmin

RE: Plugin phase awareness...

2013-12-24 Thread Martin Gainty
mvn version 3.0.2 public class CompilerMojo extends AbstractCompilerMojo { /** * @parameter expression="${mojoExecution}" */ @Parameter(defaultValue = "${mojoExecution}") private org.apache.maven.plugin.MojoExecution execution; public org.apache.maven.plugin.MojoExecution getExecut