Maven plugin dependency cannot use parent pom property

2015-01-10 Thread Luke Gordon
I'm hitting a weird edge use case with Maven curious why it's behaving the way it does. I'm defining a property in my parent project like so: properties some.property.version1.0.0.0/some.property.version /properties Now, in a module, I set a version of a dependency for a plugin like

Re: Maven plugin dependency cannot use parent pom property

2015-01-10 Thread Luke Gordon
You sir are good! I'd give 5 stars on this if I could. I did refactor the parent module's artifactId and hadn't updated it in the module. I guess it was referring to the older version still stored in the local repository. Updating the parent artifactId did the trick. Thanks for the fast reply

Re: Maven plugin dependency cannot use parent pom property

2015-01-10 Thread Hervé BOUTEMY
this should not happen: there is some little mistake somewhere I just created a little test project to confirm this should not display any warning: https://github.com/hboutemy/property-test can you share such little project so we can see where is the mistake or misunderstanding? Regards,

Re: Maven plugin dependency cannot use parent pom property

2015-01-10 Thread Robert Scholte
Hi, This makes me wonder if the right parent is used, so please double check the groupId, artifactId and version. If both parent and module are part of the same multi-module, be sure that the relativePath is correct (defaults to ../pom.xml) You could also use mvn

[ANN] Maven Project Info Reports Plugin 2.8 released

2015-01-10 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin, version 2.8. This module generates browsable HTML pages from Java source code. http://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's