Hi,
i have a question about release of project that uses parent pom
dependencyManagement to declare dependency versions.
this is the src structure
products/web1/
products/web2/
shared/webcommon/
shared/common/
shared/pom/    <--contains parent pom.xml  (version=1.0-snapshot) that
defines the latest versions for all articifacts using dependencyManagement.
it's a parent for  other artifacts

the book says that release plugin will modify verrsions in all pom.xml that
are part of the release. After release is commited, shared/parent/pom.xml
will have different version. other released arifacts versions have changed
too. So, there is a job to do of updating each artifacts pom.xml to new
parent pom.xml and also updating parent's pom.xml to look for new versions
in dependencyMgmt. is this a necessary overhead with parent inheritance and
central dependency mght?
thanks



-- 
View this message in context: 
http://www.nabble.com/release-using-MVN---what-happends-to-dependency-management--tf2307315.html#a6414157
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to