RE: [vote] release mercury-1.0.0-alpha-3

2009-01-21 Thread Brian E. Fox
+1. FYI you have an apache-maven folder in your staging from 10/03/08 that you should delete before you run stage copy (it has a 2.1.0-snap in it) -Original Message- From: Oleg Gusakov [mailto:oleg.subscripti...@gmail.com] Sent: Wednesday, January 21, 2009 7:18 PM To: Maven Developers Li

Re: [vote] release mercury-1.0.0-alpha-3

2009-01-21 Thread John Casey
+1 Oleg Gusakov wrote: Logistics were sorted out, here we go: This is iterative improvements release of Mercury. Most important are: - repository exception handling adjusted for clearer client notifications. For example - absence of metadata did produce NPE result, now it throws a checked ex

Re: [vote] release mercury-1.0.0-alpha-3

2009-01-21 Thread Jason van Zyl
+1 On 21-Jan-09, at 4:17 PM, Oleg Gusakov wrote: Logistics were sorted out, here we go: This is iterative improvements release of Mercury. Most important are: - repository exception handling adjusted for clearer client notifications. For example - absence of metadata did produce NPE resul

Re: [vote] release mercury-1.0.0-alpha-3

2009-01-21 Thread Paul Benedict
+1 > 7 issues fixed: http://jira.codehaus.org/browse/MERCURY/fixforversion/14748 > > Staged release in repository at > http://people.apache.org/~ogusakov/repos/staging/ > - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

[vote] release mercury-1.0.0-alpha-3

2009-01-21 Thread Oleg Gusakov
Logistics were sorted out, here we go: This is iterative improvements release of Mercury. Most important are: - repository exception handling adjusted for clearer client notifications. For example - absence of metadata did produce NPE result, now it throws a checked exception - plexus componen

Re: rcp builds with maven (trying to write a Eclipse-ArtifactRepositoryLayout )

2009-01-21 Thread Barrie Treloar
> Tycho sound good, but misses the target for our specific project (the story > is to full of details to explain it here). You might want to try to explain it :) I've used the pde-maven plugin to build our Eclipse 3.2.2 RCP project but I had to use the maven-eclipse-plugin to seed our internal re

Re: svn commit: r736386 - in /maven/components/trunk: maven-project-builder/src/main/java/org/apache/maven/project/builder/PomTransformer.java maven-project/src/test/java/org/apache/maven/project/buil

2009-01-21 Thread Brett Porter
Hi Shane, On 21/01/2009, at 11:31 AM, sisb...@apache.org wrote: Author: sisbell Date: Wed Jan 21 11:31:48 2009 New Revision: 736386 URL: http://svn.apache.org/viewvc?rev=736386&view=rev Log: Fix: MNG-3965 Would you mind including the description of what it fixes from the JIRA issue in the

Re: svn commit: r735679 - /maven/shared/trunk/maven-reporting-impl/pom.xml

2009-01-21 Thread Lukas Theussl
Dennis Lundberg wrote: ltheu...@apache.org wrote: Author: ltheussl Date: Mon Jan 19 05:01:45 2009 New Revision: 735679 URL: http://svn.apache.org/viewvc?rev=735679&view=rev Log: Change doxia dep to 1.1 (beta-1 won't be released). Modified: maven/shared/trunk/maven-reporting-impl/pom.xml

Re: svn commit: r735679 - /maven/shared/trunk/maven-reporting-impl/pom.xml

2009-01-21 Thread Dennis Lundberg
ltheu...@apache.org wrote: > Author: ltheussl > Date: Mon Jan 19 05:01:45 2009 > New Revision: 735679 > > URL: http://svn.apache.org/viewvc?rev=735679&view=rev > Log: > Change doxia dep to 1.1 (beta-1 won't be released). > > Modified: > maven/shared/trunk/maven-reporting-impl/pom.xml > > Mod

Re: testing-harness and alias

2009-01-21 Thread Reik Schatz
Alright, I will add Setter methods that should help. Actually I thought it was a great feature. Otherwise you would have a 1:1 mapping between the java field name and the xml-tag name in the section of your plugin in the pom... Brian E Fox wrote: > > Interesting. I think it's safe to say this

Re: testing-harness and alias

2009-01-21 Thread Brian E. Fox
Interesting. I think it's safe to say this is rarely used and you might be seeing a bug. Just rename your private variables and see if it works. On 1/21/09 10:19 AM, "Reik Schatz" wrote: > > I have it from here: > http://maven.apache.org/developers/mojo-api-specification.html > Search for "ali

Re: testing-harness and alias

2009-01-21 Thread Reik Schatz
I have it from here: http://maven.apache.org/developers/mojo-api-specification.html Search for "alias". /Reik Brian E Fox wrote: > > Where did you see the alias notation? This isn't something I've seen > before. > > > On 1/21/09 8:27 AM, "Reik Schatz" wrote: > >> >> Hi, >> >> I am work

Re: testing-harness and alias

2009-01-21 Thread Brian E. Fox
Where did you see the alias notation? This isn't something I've seen before. On 1/21/09 8:27 AM, "Reik Schatz" wrote: > > Hi, > > I am working on a maven 2 plugin. My AbstractMojo has something like this: > > > /** > * @parameter alias="errorfile" > */ > private String m_e

Re: Pom packaging

2009-01-21 Thread Brian E. Fox
This is a user list question. However you can't have source in a pom project as there is nothing bound to compile it. You need to move that source to a child module of type jar. On 1/21/09 1:15 AM, "Kumari, Shailja" wrote: > > Hi, > > I have directory strucute like this > >

testing-harness and alias

2009-01-21 Thread Reik Schatz
Hi, I am working on a maven 2 plugin. My AbstractMojo has something like this: /** * @parameter alias="errorfile" */ private String m_errorFile; I want to test the mojo using maven-plugin-testing-harness: org.apache.maven.plugin-testing maven-plugin-testing-harness

testing-harness and alias

2009-01-21 Thread Reik Schatz
Hi, I am working on a maven 2 plugin. My AbstractMojo has something like this: -- View this message in context: http://www.nabble.com/testing-harness-and-alias-tp21582969p21582969.html Sent from the Maven Developers mailing list archive at Nabble.com.

Re: rcp builds with maven (trying to write a Eclipse-ArtifactRepositoryLayout )

2009-01-21 Thread Richard van Nieuwenhoven
Hi, Tycho sound good, but misses the target for our specific project (the story is to full of details to explain it here). The only working solution i found (including maven 3-alpha-1) is to extend m2.conf to: -- [plexus.core] load ${maven.home}/extentions/*.jar load ${