versions-maven-plugin will only update properties based on the information
in the pom in which the property is defined.

Either define a dependencyManagement section in the parent pom with the
properties section, or add a configuration section to your
versions-maven-plugin config in that parent pom and list the dependencies to
associate with the property.

F.A.D.

-Stephen

2009/7/23 Jagannadh <jagannadh.chintapa...@igindex.co.uk>

>
> Hi
>
> I have a multi module maven project. I had defined a property in my root
> pom.xml. I am using the same property reference in one of my submodule's
> dependency. When I run versions:update-properties, I expected it to update
> the property version in my root pom to the latest tagged version. This is
> not happening. Is this the actual behaviour? Is there a way to achieve the
> above through any other means?
>
> Thanks
> Jagan
> --
> View this message in context:
> http://www.nabble.com/Versions-Maven-Plugin-issue-tp24626311p24626311.html
> Sent from the mojo - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to