Re: [ANN] Maven 2.1.0 Released

2009-04-03 Thread Karl Heinz Marbaise
Hi, i've found a little issue based on an incompatibiliry of MVN 2.0.10/9 and MVN 2.1 I've defined some properties in my settings.xml: activeProfiles activeProfilehomeoffice/activeProfile activeProfiledevn-oracle-test/activeProfile /activeProfile and based on that in my profiles.xml

Re: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Pankaj Tandon
commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://n2.nabble.com/-ANN--Maven-2.1.0-Released-tp2515975p2575576.html Sent from the maven users mailing list archive at Nabble.com

Re: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Rob Dickens
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://n2.nabble.com/-ANN--Maven-2.1.0-Released-tp2515975p2575576.html Sent from the maven users mailing list archive at Nabble.com

RE: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Brian E. Fox
For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://n2.nabble.com/-ANN--Maven-2.1.0-Released-tp2515975p2575576.html Sent from the maven users mailing list archive at Nabble.com

Re: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Pankaj Tandon
/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://n2.nabble.com/-ANN--Maven-2.1.0-Released-tp2515975p2575576.html Sent from the maven users mailing list

Re: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Rob Dickens
/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://n2.nabble.com/-ANN--Maven-2.1.0-Released-tp2515975p2575576.html Sent from the maven users mailing

Re: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Pankaj Tandon
/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://n2.nabble.com/-ANN--Maven-2.1.0-Released

RE: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Brian E. Fox
: Thursday, April 02, 2009 11:17 AM To: users@maven.apache.org Subject: Re: [ANN] Maven 2.1.0 Released Rob and Brian, Thanks for the response. However, how then does the maven-war-plugin run. I do NOT specify an execution section for that plugin, and it runs in the package phase. So I am not sure

Re: [ANN] Maven 2.1.0 Released

2009-03-25 Thread Rob Dickens
Do jar-packaged projects now execute the new prepare-package phase? Have just tried the new version out, hoping that my project with jar packaging would execute the new phase, to which one of my plug-in goals declares itself as being bound, but it appears not to. Thanks, 2009/3/22 John Casey

Re: [ANN] Maven 2.1.0 Released

2009-03-25 Thread Brett Porter
On 25/03/2009, at 10:07 PM, Rob Dickens wrote: Do jar-packaged projects now execute the new prepare-package phase? Have just tried the new version out, hoping that my project with jar packaging would execute the new phase, to which one of my plug-in goals declares itself as being bound,

Re: [ANN] Maven 2.1.0 Released

2009-03-25 Thread Rob Dickens
As in a pluginspluginexecutionsexecution block in the pom.xml of the jar-packaged project? There isn't one, since the plugin's mojo has a '@phase prepare-package'. 2009/3/25 Brett Porter br...@apache.org On 25/03/2009, at 10:07 PM, Rob Dickens wrote: Do jar-packaged projects now execute

Re: [ANN] Maven 2.1.0 Released

2009-03-25 Thread Rob Dickens
Okay, my mistake - although it was indeed the 2.1.0 mvn which was in my path, I had forgotten to change the value of my M2_HOME environment variable. Therefore, it was actually 2.0.10 which was being executed, which was why my goal was being ignored. And anyway, I had wrongly assumed that adding

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Karl Heinz Marbaise
Hi there, i have tried to run MVN 2.1 on an working MVN 2.0.9 build... and it failed... I got messages about not recognised tag timezone in the POM.. which is part of developer id../id name/name roles timezone+1/timezone /roles ... But i haven't found any hint about

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Benjamin Bentmann
element of roles, it's a child of developer. Benjamin -- View this message in context: http://www.nabble.com/-ANN--Maven-2.1.0-Released-tp22643294p22645419.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Karl Heinz Marbaise
Hi Benjamin, As per MNG-3645, the model is parsed in strict mode and timezone is not a valid child element of roles, it's a child of developer. many thanks for the hint...fixed... But now i'm running into a different problem, cause my profiles.xml files does not work...The message says

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Jason van Zyl
This is why we really encourage people to participate in the RCs. We had about 20 in total and we would have been able to do something for you if you participated earlier. We still can, but we could have fixed it before it went into a release. I think the quality of Maven has gone up

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Karl Heinz Marbaise
Hi Jason, This is why we really encourage people to participate in the RCs. We had about 20 in total and we would have been able to do something for you if you participated earlier. If the RC's have been announced on the Users list it might work...but from October last year (2008) till now

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Jason van Zyl
My apologies, I just assumed the RCs were announced on the user list. I see now they weren't so that's our fault. We'll announce the RCs on the user list when we get near the cycle next time. On 22-Mar-09, at 9:57 AM, Karl Heinz Marbaise wrote: Hi Jason, This is why we really encourage

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Brett Porter
On 22/03/2009, at 11:50 PM, Karl Heinz Marbaise wrote: But on the other hand the web-site does not say a word about that ... http://maven.apache.org/pom.html#Profiles to be more accurate they are simply wrong, cause they are using: project xmlns ... I think the docs should be updated...If

[ANN] Maven 2.1.0 Released

2009-03-21 Thread John Casey
The Maven team is pleased to announce the release of Maven 2.1.0. Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. You can