Re: A problem with mirrors

2011-07-06 Thread Benson Margulies
This doc works: http://maven.apache.org/guides/mini/guide-mirror-settings.html FWIW. On Wed, Jul 6, 2011 at 10:18 PM, Barrie Treloar wrote: > On Thu, Jul 7, 2011 at 11:32 AM, Benson Margulies > wrote: >> In our corporate global settings file, we have: >> >>   >>      Nexus >>      Nexus Mirro

Re: A problem with mirrors

2011-07-06 Thread Barrie Treloar
On Thu, Jul 7, 2011 at 11:32 AM, Benson Margulies wrote: > In our corporate global settings file, we have: > >   >      Nexus >      Nexus Mirror >      http://maven.basistech.net/nexus/content/groups/public >      *,!apache.org,!sonar,!apache.snapshots >     > > That * turns out to be a very bad

A problem with mirrors

2011-07-06 Thread Benson Margulies
In our corporate global settings file, we have: Nexus Nexus Mirror http://maven.basistech.net/nexus/content/groups/public *,!apache.org,!sonar,!apache.snapshots That * turns out to be a very bad idea, and I'd like some advice in fixing maven to make it a less bad id

Re: [VOTE] Shared Component Maven Reporting Exec 1.0

2011-07-06 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mardi 5 juillet 2011, Olivier Lamy a écrit : > Hi, > > Here a vote to release the first version of maven-reporting-exec component > This component contains necessary code to run site plugin with maven 3. > So currently no jira issues as it's a simply an extraction of code >

Re: svn commit: r1143543 - /maven/pom/trunk/maven/src/site/site.xml

2011-07-06 Thread Hervé BOUTEMY
Welcome Robert very nice catch for a first commit :) Le mercredi 6 juillet 2011, rfscho...@apache.org a écrit : > Author: rfscholte > Date: Wed Jul 6 20:18:03 2011 > New Revision: 1143543 > > URL: http://svn.apache.org/viewvc?rev=1143543&view=rev > Log: > Change link text in menu to 'Maven 2 & 3

Re: svn commit: r1143338 - /maven/archetype/trunk/archetype-common/src/main/java/org/apache/maven/archetype/common/DefaultArchetypeArtifactManager.java

2011-07-06 Thread Hervé BOUTEMY
yes, thanks Sonar but doesn't Sonar ask for a try/catch when in a finally block? Why we finally use IOUtil(s).close(Quietly) to do the full pattern? :) Regards, Hervé Le mercredi 6 juillet 2011, ol...@apache.org a écrit : > Author: olamy > Date: Wed Jul 6 11:02:26 2011 > New Revision: 1143338

[VOTE] Release Wagon version 1.0

2011-07-06 Thread Benson Margulies
Hi, We solved 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=ACIO-CAVI-QX7G-9IAS|54cb0a05f789c3d1c147937a1867cbad60dfe04a|lin&version=16884&styleName=Text&projectId=10335&Create=Create There are still a plenty of issues left in JIRA: http://jira.codehaus.org/secure/IssueNav

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-06 Thread Hervé BOUTEMY
the rationale behind not going directly to 3.0 was that site plugin is hard to test, particularly now that it is both compatible with Maven 2 and Maven 3, which is something really new and probably tested by only a few of us sure, 3.0-beta-4 should at least be 3.0-RC-1, but perhaps not 3.0 immed

Re: Welcome Robert Scholte to the Apache Maven team!

2011-07-06 Thread Benson Margulies
Welcome! On Wed, Jul 6, 2011 at 6:20 PM, Paul Gier wrote: > Welcome Robert! > > On 07/06/2011 02:40 PM, Mark Struberg wrote: >> Hi Maven folks! >> >> The Apache Maven PMC is glad to welcome Robert Scholte as new Apache Maven >> Committer! >> Most of us know Robert already from his dedicated work

Re: Welcome Robert Scholte to the Apache Maven team!

2011-07-06 Thread Paul Gier
Welcome Robert! On 07/06/2011 02:40 PM, Mark Struberg wrote: > Hi Maven folks! > > The Apache Maven PMC is glad to welcome Robert Scholte as new Apache Maven > Committer! > Most of us know Robert already from his dedicated work on lots of Maven > plugins over at codehaus-mojo, so I guess I don'

Re: [VOTE] Release Maven Dependency Plugin version 2.3

2011-07-06 Thread Jörg Schaible
Hi Stephen, Stephen Connolly wrote: > I have a critical need for MDEP-316. > > It took 2 days to get this to a state where it could actually be released. > > There are no vetos for Apache releases, I know and my vote isn't even binding, I simply express my embarrassment. > (as release manager

Re: Welcome Robert Scholte to the Apache Maven team!

2011-07-06 Thread Olivier Lamy
Nice to see here Robert ! 2011/7/6 Mark Struberg : > Hi Maven folks! > > The Apache Maven PMC is glad to welcome Robert Scholte as new Apache Maven > Committer! > Most of us know Robert already from his dedicated work on lots of Maven > plugins over at codehaus-mojo, so I guess I don't have to a

Re: Welcome Robert Scholte to the Apache Maven team!

2011-07-06 Thread Stephen Connolly
Welcome Robert! On 6 July 2011 20:40, Mark Struberg wrote: > Hi Maven folks! > > The Apache Maven PMC is glad to welcome Robert Scholte as new Apache Maven > Committer! > Most of us know Robert already from his dedicated work on lots of Maven > plugins over at codehaus-mojo, so I guess I don't

Re: [VOTE] Release Maven Dependency Plugin version 2.3

2011-07-06 Thread Stephen Connolly
I have a critical need for MDEP-316. It took 2 days to get this to a state where it could actually be released. There are no vetos for Apache releases, (as release manager for this release) my intention is to continue with this release. I have no issue pushing fixes after we have this out the do

Welcome Robert Scholte to the Apache Maven team!

2011-07-06 Thread Mark Struberg
Hi Maven folks! The Apache Maven PMC is glad to welcome Robert Scholte as new Apache Maven Committer! Most of us know Robert already from his dedicated work on lots of Maven plugins over at codehaus-mojo, so I guess I don't have to add much ;) Robert, congratulations and happy hacking! LieGrue

Re: [VOTE] Release Maven Dependency Plugin version 2.3

2011-07-06 Thread Jesse Glick
https://jira.codehaus.org/browse/MSHARED-167 remains unfixed in this release, despite Maven 3 and Aether having been out for a while. (Perhaps the issue should be moved to MDEP.) - To unsubscribe, e-mail: dev-unsubscr...@maven.

Re: [VOTE] Release Maven Dependency Plugin version 2.3

2011-07-06 Thread Jörg Schaible
Stephen Connolly wrote: > Hi, > > We solved 4 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11214&styleName=Html&version=17165 > > Staging repo: > https://repository.apache.org/content/repositories/maven-021/ > > Source distribution: > https://repository.apache.org/cont

Re: enumerating contents of a repo

2011-07-06 Thread Brian Fox
Something that needs to enumerate a repo should look towards leveraging the index instead of the index listing that wagon uses. Once upon a time, the wagon couldn't work with the listings of certain repo managers because they didn't render an index.html (i don't know if that's still true or not) bu

[VOTE] Release Maven Dependency Plugin version 2.3

2011-07-06 Thread Stephen Connolly
Hi, We solved 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11214&styleName=Html&version=17165 Staging repo: https://repository.apache.org/content/repositories/maven-021/ Source distribution: https://repository.apache.org/content/repositories/maven-021/org/apache/maven/plu

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-06 Thread Olivier Lamy
No objections from me. beta cycle has started long time ago. 2011/7/6 Lukas Theussl : > > Any objections to making this 3.0-final? AFAICT the plugin is functionally > (almost) equivalent to the 2.x trunk version (only exception is MSITE-484?), > so why keep the beta? > > -Lukas > > > Dennis Lundbe

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-06 Thread Lukas Theussl
Any objections to making this 3.0-final? AFAICT the plugin is functionally (almost) equivalent to the 2.x trunk version (only exception is MSITE-484?), so why keep the beta? -Lukas Dennis Lundberg wrote: Hi What's the status on this? I know Hervé worked on extracting a shared component (m