Re: Frederic Mura is out of the office.

2012-10-15 Thread Brett Porter
On 16/10/2012, at 8:35 AM, Barrie Treloar wrote: > On Fri, Apr 6, 2012 at 12:31 AM, Wayne Fay wrote: >> On Thu, Apr 5, 2012 at 5:36 AM, wrote: >>> >>> I will be out of the office starting 04/05/2012 and will not return until >>> 04/10/2012. >> >> Makes me wonder what Julia Antonova/Tumlare

Re: Frederic Mura is out of the office.

2012-10-15 Thread Barrie Treloar
On Fri, Apr 6, 2012 at 12:31 AM, Wayne Fay wrote: > On Thu, Apr 5, 2012 at 5:36 AM, wrote: >> >> I will be out of the office starting 04/05/2012 and will not return until >> 04/10/2012. > > Makes me wonder what Julia Antonova/Tumlare is up to lately... and > when her next vacation is! I think

Frederic Mura is out of the office.

2012-10-15 Thread Frederic . Mura
I will be out of the office starting 10/15/2012 and will not return until 10/18/2012. If your request is urgent, please contact Björn Domschke. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands

Re: Jenkins jobs for the projects that have migrated to git

2012-10-15 Thread Dennis Lundberg
Hi Olivier Do you know if there has been any progress on this? I found this issue that tracks the regression in Jenkins JIRA: https://issues.jenkins-ci.org/browse/JENKINS-15367 We really need to get this fixed before we put Maven 3 + ITs in Git and running the builds on Jenkins. As an example I h

AW: Is it a bug? (install plugin deploys poms with variables in artifact.version and parent.version)

2012-10-15 Thread christofer.d...@c-ware.de
Just did a little digging ... so assuming I have only two projects ... one master and one module. If I define two properties in my master pom: "my.cool.master.version" and "my.cool.alternate.master.version" and set both to the same value of "1.2-SNAPSHOT". In szenario 1: I ´hard code the versi

Re: Is it a bug? (install plugin deploys poms with variables in artifact.version and parent.version)

2012-10-15 Thread Stephen Connolly
On 15 October 2012 16:56, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > Hmm ... but if the effective defaults are as you claim, why does this even > work correctly, if the versions of every artifact is completely different? > > Unfortunatley this unintentional working feature cur

AW: Is it a bug? (install plugin deploys poms with variables in artifact.version and parent.version)

2012-10-15 Thread christofer.d...@c-ware.de
Hmm ... but if the effective defaults are as you claim, why does this even work correctly, if the versions of every artifact is completely different? Unfortunatley this unintentional working feature currently seems to be the only "feature" allowing me to define a really nicely working build. The

[ANN] Maven Site Plugin 3 3.2 Released

2012-10-15 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Site Plugin 3, version 3.2 The Maven Site Plugin is a plugin that generates a site for the current project. http://maven.apache.org/plugins/maven-site-plugin You should specify the version in your project's plugin configuration:

Re: Is it a bug? (install plugin deploys poms with variables in artifact.version and parent.version)

2012-10-15 Thread Stephen Connolly
Those are edge cases where things unintentionally work, probably falling out of the way the model is built in memory. e.g. /project/version has an effective default value of ${project.parent.version} /project/groupId has an effective default value of ${project.parent.groupId} I say "effective" a

AW: Is it a bug? (install plugin deploys poms with variables in artifact.version and parent.version)

2012-10-15 Thread christofer.d...@c-ware.de
I know that property substitution in those places seems to be unavailable. But there seems to be one case where it's seems to be explicitly allowed: If the parent artifacts version is defined by the same variable used to reference the parent pom, maven doesn't complain about anything (So I guess

Re: Is it a bug? (install plugin deploys poms with variables in artifact.version and parent.version)

2012-10-15 Thread Stephen Connolly
On 15 October 2012 15:13, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > Hi, > > I just opened an issue regarding the install plugin (I think that's the > module responsible). > http://jira.codehaus.org/browse/MNG-5358 > > The general problem is that I am using variables for defin

Is it a bug? (install plugin deploys poms with variables in artifact.version and parent.version)

2012-10-15 Thread christofer.d...@c-ware.de
Hi, I just opened an issue regarding the install plugin (I think that's the module responsible). http://jira.codehaus.org/browse/MNG-5358 The general problem is that I am using variables for defining the versions of artifacts, dependencies and parent projects. The install plugin installs the p

Re: status update maven-shared-utils

2012-10-15 Thread Mark Struberg
Guys, you rock! I also like to add my thanks to Stephen as he started the plexus-utils-commons-bridge over in our sandbox. Without this work we would not have been able to do this so fast. Also a thanks to all guys who helped importing the stuff they wrote into this module. LieGrue, strub