RE: [vote] m2 plugin commit privs for Stephane Nicoll

2005-07-17 Thread Kenney Westerhof
On Mon, 18 Jul 2005, Arnaud HERITIER wrote: Don't know if my vote counts, but: +1 > +1 > > Arnaud > > > > -Message d'origine- > > De : Jason van Zyl [mailto:[EMAIL PROTECTED] > > Envoyé : lundi 18 juillet 2005 00:48 > > À : Maven Developers List > > Objet : [vote] m2 plugin commit privs

svn commit: r219459 - in /maven/components/trunk/maven-artifact/src: main/java/org/apache/maven/artifact/versioning/ test/java/org/apache/maven/artifact/versioning/

2005-07-17 Thread brett
Author: brett Date: Sun Jul 17 22:54:20 2005 New Revision: 219459 URL: http://svn.apache.org/viewcvs?rev=219459&view=rev Log: default artifact versioning according to spec Added: maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/DefaultArtifactVersion.j

Re: how to deal with the repository metadata

2005-07-17 Thread Carlos Sanchez
Hi, About deprecation, I agree that it's more a matter of "relocation", the option you mention sounds good to me. About the levels of confidence you mean that after "verified" nobody can change that pom, so only the original authors of that artifact will be allowed to mark it as verified, with th

RE: [vote] m2 plugin commit privs for Stephane Nicoll

2005-07-17 Thread Arnaud HERITIER
+1 Arnaud > -Message d'origine- > De : Jason van Zyl [mailto:[EMAIL PROTECTED] > Envoyé : lundi 18 juillet 2005 00:48 > À : Maven Developers List > Objet : [vote] m2 plugin commit privs for Stephane Nicoll > > Howdy, > > Stephane has diligently been plugging away (pun intended) on >

Re: [vote] m2 plugin commit privs for Stephane Nicoll

2005-07-17 Thread Emmanuel Venisse
Trygve Laugstøl wrote: On Mon, Jul 18, 2005 at 08:51:42AM +1000, Brett Porter wrote: +1 for access to all m2 plugins +1 for all m2 plugins. +1 Emmanuel -- Trygve Jason van Zyl wrote: Howdy, Stephane has diligently been plugging away (pun intended) on the EAR plugin and with hi

[jira] Closed: (CONTINUUM-212) Add StarTeam provider to Continuum

2005-07-17 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-212?page=all ] Emmanuel Venisse closed CONTINUUM-212: -- Resolution: Fixed Fixed. > Add StarTeam provider to Continuum > -- > > Key: CONTINUUM-212 > UR

svn commit: r219453 - /maven/components/trunk/maven-plugins/maven-surefire-plugin/src/main/java/org/apache/maven/test/SurefirePlugin.java

2005-07-17 Thread evenisse
Author: evenisse Date: Sun Jul 17 21:31:51 2005 New Revision: 219453 URL: http://svn.apache.org/viewcvs?rev=219453&view=rev Log: Allow to define test to run from cli Modified: maven/components/trunk/maven-plugins/maven-surefire-plugin/src/main/java/org/apache/maven/test/SurefirePlugin.java

how to deal with the repository metadata

2005-07-17 Thread Brett Porter
Ok, there was a bit of talk about this while I was away so I wanted to sum up the thoughts I've had to date about how we can deal with the metadata we have and work towards improving its quality. Firstly, let's add a source to the distributionManagement in the POM which is rewritten by the rep

[jira] Closed: (MNG-313) POM dependency should transitively take the modules, not the dependencies

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-313?page=all ] Brett Porter closed MNG-313: Resolution: Won't Fix Fix Version: (was: 2.0-beta-1) use dependencies instead > POM dependency should transitively take the modules, not the dependencies > -

[jira] Commented: (MNG-521) Version inheritance from the parent pom

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-521?page=comments#action_42977 ] Brett Porter commented on MNG-521: -- *tweak last comment* For consistency will require that you specify the parent version and let the tools take care of updating it at release time. The

[jira] Created: (MEV-40) URL tag invalids

2005-07-17 Thread Vincent Siveton (JIRA)
URL tag invalids Key: MEV-40 URL: http://jira.codehaus.org/browse/MEV-40 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Vincent Siveton I noticed that the following POMs have invalid url definitions: commons-el\commons-

[jira] Commented: (MNG-576) Support of EAR lifecycle

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-576?page=comments#action_42976 ] Brett Porter commented on MNG-576: -- hmmm, John - does this then solve MNG-598? I had thought of an alternate solution, didn't realise that you had already worked on it. > Support of EAR

[jira] Commented: (MNG-521) Version inheritance from the parent pom

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-521?page=comments#action_42975 ] Brett Porter commented on MNG-521: -- my suggestions here: - let's keep the parent versioning simple, so use SNAPSHOT when not specified, or the version given when it is specified. search

[jira] Closed: (MNG-550) new General Information site page

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-550?page=all ] Brett Porter closed MNG-550: Assign To: Brett Porter Resolution: Fixed applied, thanks! > new General Information site page > - > > Key: MNG-550 >

svn commit: r219436 - in /maven/components/trunk/maven-site/src/site: fml/general.fml site.xml

2005-07-17 Thread brett
Author: brett Date: Sun Jul 17 18:07:23 2005 New Revision: 219436 URL: http://svn.apache.org/viewcvs?rev=219436&view=rev Log: PR: MNG-550 Submitted by: Edwin Punzalan Reviewed by: Brett Porter applied FAQ update with some modifications for out of date information since the issue was filed. Mod

[jira] Updated: (MNG-601) InvalidArtifactRTException on using a plugin with @execute phase="package"

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-601?page=all ] Brett Porter updated MNG-601: - Fix Version: 2.0-beta-1 > InvalidArtifactRTException on using a plugin with @execute phase="package" > ---

[jira] Created: (MNG-601) InvalidArtifactRTException on using a plugin with @execute phase="package"

2005-07-17 Thread Edwin Punzalan (JIRA)
InvalidArtifactRTException on using a plugin with @execute phase="package" -- Key: MNG-601 URL: http://jira.codehaus.org/browse/MNG-601 Project: Maven 2 Type: Bug Components: maven-plugin-api

[jira] Closed: (MNG-433) Migrate antlr plugin to ASF

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-433?page=all ] Brett Porter closed MNG-433: Resolution: Fixed Fix Version: (was: 2.0-beta-2) 2.0-beta-1 > Migrate antlr plugin to ASF > --- > > Key: MNG-433

[jira] Reopened: (MNG-433) Migrate antlr plugin to ASF

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-433?page=all ] Brett Porter reopened MNG-433: -- reopening to fix "fix for" version > Migrate antlr plugin to ASF > --- > > Key: MNG-433 > URL: http://jira.codehaus.org/browse/M

Re: [vote] m2 plugin commit privs for Stephane Nicoll

2005-07-17 Thread Trygve Laugstøl
On Mon, Jul 18, 2005 at 08:51:42AM +1000, Brett Porter wrote: > +1 for access to all m2 plugins +1 for all m2 plugins. -- Trygve > > Jason van Zyl wrote: > > >Howdy, > > > >Stephane has diligently been plugging away (pun intended) on the EAR > >plugin and with his last patch I think it's time

[jira] Closed: (MNG-475) add integration-test scope

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-475?page=all ] Brett Porter closed MNG-475: Resolution: Duplicate Fix Version: (was: 2.0-beta-1) superseded by MNG-591 > add integration-test scope > -- > > Key: MNG-475 >

[jira] Commented: (MNG-591) Integration tests lifecycle

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-591?page=comments#action_42970 ] Brett Porter commented on MNG-591: -- John's point in MNG-475 is relevant to the above: " how is providing integration-test phase dependencies any different than providing an ? In other

[jira] Commented: (MNG-591) Integration tests lifecycle

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-591?page=comments#action_42969 ] Brett Porter commented on MNG-591: -- Currently, we have "test" which exists before package, and has its own source code and resources, but its classes are not processed like a normal buil

svn commit: r219421 - in /maven/components/trunk: maven-core-it/it0031/ maven-plugin-mapping/

2005-07-17 Thread brett
Author: brett Date: Sun Jul 17 16:00:53 2005 New Revision: 219421 URL: http://svn.apache.org/viewcvs?rev=219421&view=rev Log: ignores Modified: maven/components/trunk/maven-core-it/it0031/ (props changed) maven/components/trunk/maven-plugin-mapping/ (props changed) Propchange: maven/

svn commit: r219420 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2005-07-17 Thread brett
Author: brett Date: Sun Jul 17 15:56:08 2005 New Revision: 219420 URL: http://svn.apache.org/viewcvs?rev=219420&view=rev Log: TODO clean up Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified: maven/components/trunk/maven-cor

Re: [vote] m2 plugin commit privs for Stephane Nicoll

2005-07-17 Thread Brett Porter
+1 for access to all m2 plugins Jason van Zyl wrote: Howdy, Stephane has diligently been plugging away (pun intended) on the EAR plugin and with his last patch I think it's time to give him the privs to work on the EAR plugin here. +1 ---

[vote] m2 plugin commit privs for Stephane Nicoll

2005-07-17 Thread Jason van Zyl
Howdy, Stephane has diligently been plugging away (pun intended) on the EAR plugin and with his last patch I think it's time to give him the privs to work on the EAR plugin here. +1 -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org Three people can keep a secret provided two of

svn commit: r219409 - /maven/components/trunk/maven-site/src/site/fml/general.fml

2005-07-17 Thread brett
Author: brett Date: Sun Jul 17 15:30:13 2005 New Revision: 219409 URL: http://svn.apache.org/viewcvs?rev=219409&view=rev Log: add Ant FAQ Modified: maven/components/trunk/maven-site/src/site/fml/general.fml Modified: maven/components/trunk/maven-site/src/site/fml/general.fml URL: http://svn

Re: [REPOCLEAN] Error(s) occurred while converting repository

2005-07-17 Thread Brett Porter
REPOCLEAN wrote: Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/17-Jul-2005_04.03.30/repository.report.txt - To unsubscribe,

state of play: beta-1

2005-07-17 Thread Brett Porter
Hi all, Ok, I'm going to try and get things organised so everyone can have a decent idea of how we are tracking towards a release. Below are the things I'd classify as new features and that risk making breaking changes that must be included in beta-1 or postponed to 2.1. The plan is to get t

[jira] Updated: (MNG-600) Two level menu with collapse : the collapsing is not correct

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-600?page=all ] Brett Porter updated MNG-600: - Fix Version: 2.0-beta-1 > Two level menu with collapse : the collapsing is not correct > > > Key: MNG-60

[jira] Commented: (MNG-600) Two level menu with collapse : the collapsing is not correct

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-600?page=comments#action_42967 ] Brett Porter commented on MNG-600: -- Antoine, please file your Maven 2 bugs under "MNG" not "MPSITE" - thanks. > Two level menu with collapse : the collapsing is not correct > ---

[jira] Moved: (MNG-600) Two level menu with collapse : the collapsing is not correct

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-600?page=all ] Brett Porter moved MPSITE-33 to MNG-600: Version: (was: 1.6.1) 2.0-alpha-3 Component: (was: plugin) maven-plugins Issue Type: Bug (was: Impro

[jira] Created: (MPSITE-33) Two level menu with collapse : the collapsing is not correct

2005-07-17 Thread Antoine (JIRA)
Two level menu with collapse : the collapsing is not correct Key: MPSITE-33 URL: http://jira.codehaus.org/browse/MPSITE-33 Project: maven-site-plugin Type: Improvement Components: plugin Versions: 1

Re: [M2] How to use the jarjar feature?

2005-07-17 Thread Brett Porter
Vincent Massol wrote: Any idea how I could achieve this use case? What am I doing wrong? It mostly looks correct, but aggregation is one of the few things remaining to be implemented. Currently, the Maven1 style is supported (where it is a separate subproject that produces the assembly, usi

[jira] Updated: (MNG-599) organization name in pom is not used in site generation : 2002-2005, Apache Software Foundation is always put in page.

2005-07-17 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-599?page=all ] Brett Porter updated MNG-599: - Fix Version: 2.0-beta-1 > organization name in pom is not used in site generation : 2002-2005, Apache > Software Foundation is always put in page. >

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/17-Jul-2005_04.03.30/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Updated: (MNG-576) Support of EAR lifecycle

2005-07-17 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MNG-576?page=all ] Stephane Nicoll updated MNG-576: Attachment: maven-core-it-ear.patch This patch adds an integration test for ear packaging. It is named it00xx, could you please replace by a valid number? The test ge

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/17-Jul-2005_12.00.18/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Assigned: (CONTINUUM-237) Cannot add m1 project, Missing 'groupId'

2005-07-17 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-237?page=all ] Trygve Laugstol reassigned CONTINUUM-237: - Assign To: Trygve Laugstol > Cannot add m1 project, Missing 'groupId' > > > Key: CONTINUUM-237

[jira] Created: (CONTINUUM-237) Cannot add m1 project, Missing 'groupId'

2005-07-17 Thread Bj?rn Sk?ld (JIRA)
Cannot add m1 project, Missing 'groupId' Key: CONTINUUM-237 URL: http://jira.codehaus.org/browse/CONTINUUM-237 Project: Continuum Type: Bug Components: continuum-core Versions: 1.0-beta-1 Reporter: Björn Sköld

[jira] Closed: (MNG-534) Figure doesn't insert in APT file

2005-07-17 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-534?page=all ] Emmanuel Venisse closed MNG-534: Resolution: Fixed Fix Version: (was: 2.0-beta-2) 2.0-beta-1 Already fixed in Doxia. The figure path need to have now an extension like th

[M2] How to use the jarjar feature?

2005-07-17 Thread Vincent Massol
Hi, I'm trying to port the Cargo build to m2 and I'm now tackling the distribution part. Right now, I have the following directory structure for m1: cargo/ |_ core/ |_ container/ |_ generic/ |_ util/ |_ module/ |_ distribution/ |_ extensions/ |_ ant/ |_ [...] The core

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/17-Jul-2005_08.00.49/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Moved: (MNG-599) organization name in pom is not used in site generation : 2002-2005, Apache Software Foundation is always put in page.

2005-07-17 Thread Arnaud HERITIER (JIRA)
[ http://jira.codehaus.org/browse/MNG-599?page=all ] Arnaud HERITIER moved MPSITE-32 to MNG-599: --- Version: (was: 1.6.1) 2.0-beta-1 Component: (was: plugin) maven-plugins Key: MNG-599 (was: M

[jira] Created: (MPSITE-32) organization name in pom is not used in site generation : 2002-2005, Apache Software Foundation is always put in page.

2005-07-17 Thread Antoine (JIRA)
organization name in pom is not used in site generation : 2002-2005, Apache Software Foundation is always put in page. -- Key: MPSITE-32 URL: http://jira.codehaus.

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/17-Jul-2005_04.00.59/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE