Hi Stephen,

Stephen Connolly wrote:

> And you are going to have the exact same set of issues as with profiles.
> 
> Maven 3 does not re-interpolate the poms of dependencies IIRC... or at
> least it is not supposed to... so you only get to control the variables
> from the parent pom and any inherited dependencies/dependencyManagement
> not from the transitive dependencies of your pom

The scope declared in the (inherited) dependencyManagement will overwrite 
any transitive or local one (if not explicitly declared). And if that scope 
is defined by a property, you may overwrite this property in the local pom 
or from command line.

However, if the resulting intermediate artifacts differ, he will run in 
problems.

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to