On Thu, Sep 13, 2012 at 9:44 PM, Stephen Connolly
<stephen.alan.conno...@gmail.com> wrote:
> Beware the gpg signatures. Also some people use properties in the depMgmt
> section of a parent Pom to allow bulk dep changes, so inheritance can be
> screwed over.
>
> Tl;dr this is a hard problem that looks easy

Also read the fine print about the order of evaluation for variable
interpolation.
Simple things like using ${pom.version} work fine when your modules
work in "lock-step", but if you tease them apart things start failing
apart.

There is some stuff in the maven books about resolved and source poms.
Might want to check that out.

My 2c would be you want stuff locked down if its in an external repository.
So that would mean the variables are replaced with actual values.

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

Reply via email to