Re: Discussion: Does a variable replacement in the POM before the repository upload make sense?

2012-09-13 Thread Barrie Treloar
On Thu, Sep 13, 2012 at 9:44 PM, Stephen Connolly 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

Re: Discussion: Does a variable replacement in the POM before the repository upload make sense?

2012-09-13 Thread Stephen Connolly
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 On Thursday, 13 September 2012, Gebhardt, Joern wrote: > Hi, > > I created a resolve-pom-m

Discussion: Does a variable replacement in the POM before the repository upload make sense?

2012-09-13 Thread Gebhardt, Joern
Hi, I created a resolve-pom-maven-plugin (http://goo.gl/HfHth) that can be used to replace all variables inside a POM by their actual build settings and use this resolved POM in the further processing, especially for uploading it into the local and remote repository. A famous use case would be th