Re: Property namespaces Was: Changing JDK version without specifying maven-compiler-plugin version

2013-11-28 Thread Mirko Friedenhagen
Laird, your solution was very precise, I did not want to argue with your solution. However IMO maybe the plugin tutorial[0] should add a strong recommendation that parameter properties must always add a prefix :-). [0] http://maven.apache.org/guides/plugin/guide-java-plugin-development.html

Re: Property namespaces Was: Changing JDK version without specifying maven-compiler-plugin version

2013-11-28 Thread Anders Hammar
Feel free to file a ticket suggesting a text update! It's the best way to ensure a change. /Anders (mobile) Den 28 nov 2013 20:41 skrev Mirko Friedenhagen mfriedenha...@gmail.com: Laird, your solution was very precise, I did not want to argue with your solution. However IMO maybe the plugin

Re: Property namespaces Was: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread Chris Graham
On Wed, Nov 27, 2013 at 5:49 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello Laird, the only pity with using properties is that they are not namespaced most of the time (the maven.compiler.* ones being an exception here), output is claimed at least by three mojos IIRC. And

Property namespaces Was: Changing JDK version without specifying maven-compiler-plugin version

2013-11-26 Thread Mirko Friedenhagen
Hello Laird, the only pity with using properties is that they are not namespaced most of the time (the maven.compiler.* ones being an exception here), output is claimed at least by three mojos IIRC. And skipTests is almost a general one but you may not easily specify that you do not want to run