Re: Central repository index

2008-09-02 Thread Brett Porter
On 28/08/2008, at 10:14 AM, Jason van Zyl wrote: Is this referring to the index files that live in the central repository [1] ? I think if we're going to provide an official index, it should be one that comes from the Maven project, not from any particular repository manager. It's

Re: [VOTE] Release Maven Help plugin version 2.1 (take 2)

2008-09-02 Thread Olivier Lamy
+1 -- Olivier 2008/9/1 Vincent Siveton [EMAIL PROTECTED]: Hi, We solved more than 20 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141styleName=Htmlversion=12300 There are still a couple of issues left in JIRA:

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Benjamin Voigt
Stephen Connolly schrieb: Folks, I've been working on the versions-maven-plugin and I think it's ready to cut the first alpha release. The major changes in this release are - Fixed MOJO-1209 (required a rewrite of the display-plugin-updates goal) Known issues - MOJO-1210

Re: [PLEASE TEST] 2.1.0-M1-RC12 of Maven (was: Maven 2.0.10-RC*)

2008-09-02 Thread Arnaud HERITIER
John, I tried to use RC12 to build all our plugins (on win XP). E:\Dev\oss\maven-plugins-trunkmvn -version Maven version: 2.1.0-M1-RC12 Java version: 1.5.0_14 Default locale: en_FR, platform encoding: Cp1252 OS name: windows xp version: 5.1 arch: x86 family: windows It fails with :

Re: [VOTE] Release Maven Help plugin version 2.1 (take 2)

2008-09-02 Thread Emmanuel Venisse
+1 Emmanuel On Mon, Sep 1, 2008 at 1:29 AM, Vincent Siveton [EMAIL PROTECTED] wrote: Hi, We solved more than 20 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141styleName=Htmlversion=12300 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Help plugin version 2.1 (take 2)

2008-09-02 Thread Arnaud HERITIER
-1 (I hate to do that) I didn't test it but I tried to build all our plugins and a test is failing if we are in the reactor If I build only the plugin, tests pass. We have the same error in hudson :

Re: [VOTE] Release Maven Help plugin version 2.1 (take 2)

2008-09-02 Thread Benjamin Bentmann
Arnaud HERITIER schrieb: There's no toLines method with 4 args This is true for the help mojo generated by maven-plugin-tools:2.4.2, version 2.4.3 will output the 4 arg methods. Just try it locally by switching versions in the Help Plugin's POM and compare the HelpMojo. This clearly

Re: [VOTE] Release Maven Help plugin version 2.1 (take 2)

2008-09-02 Thread Arnaud HERITIER
It's what I'm seeing Thus this test reveals that the help plugin will fail on a plugin generated with a maven-plugin-plugin 2.4.3 I think it's an important issue I'm trying to patch it... On Tue, Sep 2, 2008 at 4:25 PM, Benjamin Bentmann [EMAIL PROTECTED] wrote: Arnaud HERITIER schrieb:

[ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Mark Hobson
The Maven team is pleased to announce the release of Maven Dependency Tree, version 1.2 This component constructs a tree model of a Maven project's dependencies. http://maven.apache.org/shared/maven-dependency-tree/ You should specify the version in your project's plugin configuration: plugin

Re: [VOTE] Release Maven Help plugin version 2.1 (take 2)

2008-09-02 Thread Arnaud HERITIER
Ok. You're right Benjamin. This code is only used in internal to not duplicate the code already generated by the Help Mojo. Thue, without MNG-3284 http://jira.codehaus.org/browse/MNG-3284 it's an non-issue. it's just a build bug. I tested it. You have my +1. On Tue, Sep 2, 2008 at 4:41 PM, Arnaud

Re: [ANN] Maven Dependency Tree 1.2 Released

2008-09-02 Thread Geoffrey Wiseman
On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson [EMAIL PROTECTED] wrote: ** Improvement * [MSHARED-5] - Track selectVersionFromRange event in dependency tree nodes Is this an entirely internal capaibility, or does it result in some end-user-visible enhancement that I'm not currently

Re: Encoding issues with images using dependency and resource plugins?

2008-09-02 Thread Mauro Talevi
Benjamin Bentmann wrote: What encoding exactly would you like to set? The encoding of the file contents? This is not necessary. Encoding is only required when one has to convert between bytes and characters but the (un-)archiving of files is merely a byte-to-byte copy, i.e. operates on a

JIRA permissions for contributors

2008-09-02 Thread Wendy Smoak
On Tue, Sep 2, 2008 at 10:29 AM, Paul Benedict (JIRA) [EMAIL PROTECTED] wrote: Paul Benedict commented on MNG-3738: I don't have access to change states. Sorry, I wish I did. Brett, I think you set up a new JIRA permission group for contributors? Any objections to allowing that group to

Re: Maven 2.1.0 GA Plan

2008-09-02 Thread John Casey
Hi Ralph, As with all of the feature branch work we've done recently (in the last year or two), it would be extremely helpful if we could get a write-up in the form of a proposal out on the wiki. Most importantly, to try and address the specific use cases this design is intended to address,

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which there are plenty of. Always a good sign :-) There were however a couple of typos and broken links in there, which I took the liberty of fixing in SVN. I also updated to

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
After trying this plugin on some more projects I have found that NumericVersionComparator seems to do a better overall job than MavenVersionComparator. See hsqldb in the example below for an odd result using the default comparisonMethod. [INFO] The following dependency updates are available:

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which there are plenty of. Always a good sign :-) There were however a couple of typos and broken links

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
On Tue, Sep 2, 2008 at 9:54 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: After trying this plugin on some more projects I have found that NumericVersionComparator seems to do a better overall job than MavenVersionComparator. See hsqldb in the example below for an odd result using the default

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
Stephen Connolly wrote: On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which there are plenty of. Always a good sign :-) There were however a couple

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
On Tue, Sep 2, 2008 at 11:08 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Stephen Connolly wrote: On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
Stephen Connolly wrote: On Tue, Sep 2, 2008 at 11:08 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Stephen Connolly wrote: On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
only if they have snapshots deployed. In our environment we don't deploy snapshots other than to the local repository... thus I only see SNAPSHOTs if I did a local build of those snapshots (which is why I want the snapshots pulled in. An alternative is to split each goal into two goals (one that

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
Consider this... if the repo versions available are 1.0, 1.1, 1.2-SNAPSHOT does [0,) match 1.2-SNAPSHOT? AFAIK, yes what is the newest version? AFAIK 1.2-SNAPSHOT AFAIK maven's rules will allow 1.2-SNAPSHOT to match version1.0/version as without the [] that is an advisory version number only.

Ping [VOTE] Graduate maven-reactor-plugin from sandbox (fwd)

2008-09-02 Thread Dan Fabulich
ping -- Forwarded message -- Date: Wed, 27 Aug 2008 13:02:04 -0700 (PDT) From: Dan Fabulich [EMAIL PROTECTED] Reply-To: Maven Developers List dev@maven.apache.org To: Maven Developers List dev@maven.apache.org Subject: [VOTE] Graduate maven-reactor-plugin from sandbox Some

Re: JIRA permissions for contributors

2008-09-02 Thread Brett Porter
Seems fair enough... added. On 03/09/2008, at 4:19 AM, Wendy Smoak wrote: On Tue, Sep 2, 2008 at 10:29 AM, Paul Benedict (JIRA) [EMAIL PROTECTED] wrote: Paul Benedict commented on MNG-3738: I don't have access to change states. Sorry, I wish I did. Brett, I think you set up a new JIRA

Re: Maven 2.1.0 GA Plan

2008-09-02 Thread Ralph Goers
John, that's not a problem. I'll be happy to put something up on the wiki in the next day or two. The code was actually much simpler in the beginning, but as usual when I started testing things got a little more complicated. For reference, if you haven't read MNG-624 and its many cousins you

Re: Ping [VOTE] Graduate maven-reactor-plugin from sandbox (fwd)

2008-09-02 Thread Jason van Zyl
Go for it. On 2-Sep-08, at 4:11 PM, Dan Fabulich wrote: ping -- Forwarded message -- Date: Wed, 27 Aug 2008 13:02:04 -0700 (PDT) From: Dan Fabulich [EMAIL PROTECTED] Reply-To: Maven Developers List dev@maven.apache.org To: Maven Developers List dev@maven.apache.org Subject:

JoSQL source within Maven

2008-09-02 Thread Gary Bentley
Hi, I am the developer of JoSQL (http://josql.sf.net) and have had the following request https://sourceforge.net/forum/message.php?msg_id=5175797 from a user. Basically they are asking (I presume) that the JoSQL source is added to the Maven repository. I don't know if they have contacted

Re: JoSQL source within Maven

2008-09-02 Thread Brett Porter
Hi Gary, You should find everything you need to know here: http://maven.apache.org/guides/mini/guide-central-repository-upload.html Cheers, Brett On 03/09/2008, at 3:26 PM, Gary Bentley wrote: Hi, I am the developer of JoSQL (http://josql.sf.net) and have had the following request