> -----Original Message-----
> From: Siegfried Goeschl [mailto:[EMAIL PROTECTED]
... 
> +) Maintaining the JAR dependencies and versions across more than 10 
> subprojects is a pain in the ass. Nothing wrong with MAVEN 
> here but I'm still 
> thinking of a maven plugin doing the stuff from the command 
> line such us 
> looking for conflicting versions of a JAR and replacing the 
> version number of 
> a JAR across multiple projects
> 
...

I think this is the next step for effective POM mgmt in a mavenized
environment with dozens of projects:

* merges POMs generating the minimum common denominator POM to be used as
the parent POM for reactor based projects, I have done this manually and
it's slooow

* diffs between POMs, something like: diff -u pomx pomy > pom.diff (in pom
format)

Rogelio

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

Reply via email to