Re: 2.0.6 Pre flight check

2007-03-25 Thread Stephane Nicoll
So far so good. Except that on a project I have this warning now: [WARNING] Artifact org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime retains local scope 'runtime' overriding broader scope 'compile' given by a dependency. If this is not intended, modify or remove the local scope.

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Stephane Nicoll
On 3/26/07, Brett Porter <[EMAIL PROTECTED]> wrote: On 26/03/2007, at 4:45 PM, Jochen Wiedmann wrote: > On 3/26/07, Brett Porter <[EMAIL PROTECTED]> wrote: > >> So, this indicates the problem with the test (and how to reproduce >> it) - it can't depend on running the plugin itself unless it's a

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Brett Porter
On 26/03/2007, at 4:45 PM, Jochen Wiedmann wrote: On 3/26/07, Brett Porter <[EMAIL PROTECTED]> wrote: So, this indicates the problem with the test (and how to reproduce it) - it can't depend on running the plugin itself unless it's an integration test. The unit tests should be simplified to s

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Stephane Nicoll
There's no "long" test. The idea here is to allow the developer to writer a simple project and invoke a goal within a unit test. Indeed, there's probably a plugin version issue here, sorry about that (the EAR plugin for instance uses a forced settings.xml that will download the good version befor

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Jochen Wiedmann
On 3/26/07, Brett Porter <[EMAIL PROTECTED]> wrote: So, this indicates the problem with the test (and how to reproduce it) - it can't depend on running the plugin itself unless it's an integration test. The unit tests should be simplified to some quicker, unit-testing tests, and the long tests m

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Brett Porter
Ah, nice catch! Same for me. So, this indicates the problem with the test (and how to reproduce it) - it can't depend on running the plugin itself unless it's an integration test. The unit tests should be simplified to some quicker, unit-testing tests, and the long tests made into integrati

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Brett Porter
I'm (hopefully) attaching the surefire logs to see if it gives some hint as to what went wrong. I'm on Mac as well (as I imagine Jason is), so not sure how we would get different results. - Brett --- Test set: org.ap

Re: [m1] maven-model ... on the starting blocks....

2007-03-25 Thread Arnaud HERITIER
Technically it seems that there is a link only on model's objects and not on its properties. I don't know why. It could be certainly possible (and not very difficult) to had them in the xdoc plugin for modello. Arnaud On 26/03/07, Dion Gillard <[EMAIL PROTECTED]> wrote: Sounds like a good idea

Re: 2.0.6 Pre flight check

2007-03-25 Thread Eric Redmond
Compiled, passed tests, works great! Eric On 3/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Your stuff is fixed. Jason. On 25 Mar 07, at 10:51 PM 25 Mar 07, Brian E. Fox wrote: > Since this problem seems to come back a lot, I looked into the IT > tests > and I found that it0114 was meant

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Jochen Wiedmann
On 3/26/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: I really like to help but it works for me (running macos, linux. didn't tried on Windows). I was able to reproduce the problem. It vanished when I did a mvn -Dmaven.test.skip=true install In other words, it was gone when I forced Mave

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Stephane Nicoll
On 3/26/07, Brett Porter <[EMAIL PROTECTED]> wrote: Stephane? I really like to help but it works for me (running macos, linux. didn't tried on Windows). The failure seems to be r503445. Well before that, the tests were a plain mess and I used the technique we promoted so far. Apparently,

Re: [m1] maven-model ... on the starting blocks....

2007-03-25 Thread Dion Gillard
Sounds like a good idea. Is there a reason more of the elements aren't hyperlinked in the generated docs? On 3/26/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Hi, With release of the modello plugin we'll be able in some days to release the new version of the maven-model for maven 1.x. Th

Re: 2.0.6 Pre flight check

2007-03-25 Thread Jason van Zyl
Your stuff is fixed. Jason. On 25 Mar 07, at 10:51 PM 25 Mar 07, Brian E. Fox wrote: Since this problem seems to come back a lot, I looked into the IT tests and I found that it0114 was meant to test this, but was not included because it depended on checkstyle. I rewrote the it test so that i

Re: 2.0.6 Pre flight check

2007-03-25 Thread Brett Porter
Works for me. On 26/03/2007, at 9:47 AM, Jason van Zyl wrote: Hi, Before I staged the release I just wanted to get some people to a build first: http://idisk.maven.org/jvanzyl/Public/maven/ Brian, Jason Dillon, and Dan Kulp have tried their builds and I just wanted to get a little more

Re: 2.0.6 Pre flight check

2007-03-25 Thread Jason van Zyl
On 25 Mar 07, at 8:27 PM 25 Mar 07, Brian E. Fox wrote: I hate to say it, but this snapshot introduces a problem I didn't have last night. It seems like the extensions is messed up. I use jars that contain checkstyle and pmd rules, and both are now failing because it can't find the rules. It's

Re: [Archetypes] plugin proposition

2007-03-25 Thread Brett Porter
On 24/03/2007, at 4:24 AM, Raphaël Piéroni wrote: This looks very good. The only thing I noticed was that the goal names were still the same, which I think in the earlier mail we were going to change? Exactly, but i wanted to first document. The complete refactor of the names implies the refa

RE: 2.0.6 Pre flight check

2007-03-25 Thread Brian E. Fox
Since this problem seems to come back a lot, I looked into the IT tests and I found that it0114 was meant to test this, but was not included because it depended on checkstyle. I rewrote the it test so that it builds the extension, a plugin to read it and a pom to execute it. I verified that the tes

Re: [m1.1] release status

2007-03-25 Thread Arnaud HERITIER
Hi community, I uploaded a new SNAPSHOT of the 1.1 RC1 here : http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20070326/ This SNAPSHOT is a little bit special because I replaced all snapshots by timestamped dependencies. With this, maven startup will be enormously acceler

[m1] maven-model ... on the starting blocks....

2007-03-25 Thread Arnaud HERITIER
Hi, With release of the modello plugin we'll be able in some days to release the new version of the maven-model for maven 1.x. This new release includes readers/writers with dom4j, stax and xpp3 for the backward compatibility. The RC1 of maven 1.1 uses the stax implementation to read/write poms

[vote][m1] release modello plugin 1.0

2007-03-25 Thread Arnaud HERITIER
Hi, I think that it is the time to release the modello plugin for maven 1.x in version 1.0. This plugin allows to use modello (1.0-alpha-15) inside a maven 1.x build and is used to create our maven-model classes for maven 1.x. You can find for this plugin a complete documentation [http://peopl

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Brett Porter
Stephane? The failure seems to be r503445. Also, shouldn't trunk be reverted to 2.0.3-SNAPSHOT and the tag deleted since we've rejected the staged release? - Brett On 26/03/2007, at 4:39 AM, Jason van Zyl wrote: On 24 Mar 07, at 6:19 PM 24 Mar 07, Carlos Sanchez wrote: any progress? is

RE: 2.0.6 Pre flight check

2007-03-25 Thread Brian E. Fox
I hate to say it, but this snapshot introduces a problem I didn't have last night. It seems like the extensions is messed up. I use jars that contain checkstyle and pmd rules, and both are now failing because it can't find the rules. It's basically this again: http://jira.codehaus.org/browse/MNG-27

2.0.6 Pre flight check

2007-03-25 Thread Jason van Zyl
Hi, Before I staged the release I just wanted to get some people to a build first: http://idisk.maven.org/jvanzyl/Public/maven/ Brian, Jason Dillon, and Dan Kulp have tried their builds and I just wanted to get a little more feedback. Thanks, Jason. --

Re: [VOTE] maven-dependency-plugin 2.0-alpha-4 AND maven-dependency-analyzer 1.0-alpha-2

2007-03-25 Thread Arnaud HERITIER
+1 Arnaud On 25/03/07, Joakim Erdfelt <[EMAIL PROTECTED]> wrote: +1 - Joakim Brian E. Fox wrote: > I'd like to release maven-dependency-plugin:2.0-alpha-4 and the shared > maven-dependency-analyzer 1.0-alpha-2 that it depends on. > > Tags: > http://svn.apache.org/repos/asf/maven/plugins/tags

Re: [VOTE] maven-dependency-plugin 2.0-alpha-4 AND maven-dependency-analyzer 1.0-alpha-2

2007-03-25 Thread Joakim Erdfelt
+1 - Joakim Brian E. Fox wrote: I'd like to release maven-dependency-plugin:2.0-alpha-4 and the shared maven-dependency-analyzer 1.0-alpha-2 that it depends on. Tags: http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug in-2.0-alpha-4/ http://svn.apache.org/repos/asf/maven/

Re: [VOTE] maven-dependency-plugin 2.0-alpha-4 AND maven-dependency-analyzer 1.0-alpha-2

2007-03-25 Thread Emmanuel Venisse
+1 Emmanuel Brian E. Fox a écrit : I'd like to release maven-dependency-plugin:2.0-alpha-4 and the shared maven-dependency-analyzer 1.0-alpha-2 that it depends on. Tags: http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug in-2.0-alpha-4/ http://svn.apache.org/repos/asf/mav

Re: [vote] release maven-source-plugin 2.0.3

2007-03-25 Thread Jason van Zyl
On 24 Mar 07, at 6:19 PM 24 Mar 07, Carlos Sanchez wrote: any progress? is there something yet to do or anybody can call a vote / release it? I ran the build to check and there are still failures. So I guess it's not fixed. I'll look after I'm done with 2.0.6 is no one else gets to it.

Re: [VOTE] Release Clover plugin v2.4

2007-03-25 Thread Daniel Kulp
On Sunday 25 March 2007 13:30, Vincent Massol wrote: > I've tried to write several different integration tests to test this > but it's always working... > > There are a lot of issues with the Clover plugin but that's only on > Maven 2.1 and that's because Maven 2.1 is doing things very > differentl

Re: [VOTE] Release Clover plugin v2.4

2007-03-25 Thread Vincent Massol
Daniel, On Mar 22, 2007, at 9:58 PM, Daniel Kulp wrote: Vincent, On Thursday 22 March 2007 16:30, Vincent Massol wrote: Can you tell me more about it? I've checked and I've noticed you add the following 3 lines to PmdReport.java: +locator.addSearchPath( FileResourceLoader.ID, pro

Re: Maven Lint

2007-03-25 Thread Jason van Zyl
On 25 Mar 07, at 12:52 PM 25 Mar 07, Milos Kleint wrote: On 3/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, For things lately that we've been making like the enforcer plugin and the dep analyzer that will look for problems in your depMan I was thinking that we should design for an overa

Re: Maven Lint

2007-03-25 Thread Milos Kleint
On 3/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, For things lately that we've been making like the enforcer plugin and the dep analyzer that will look for problems in your depMan I was thinking that we should design for an overall lint mechanism and I am specifically thinking toward 2.1

Maven Lint

2007-03-25 Thread Jason van Zyl
Hi, For things lately that we've been making like the enforcer plugin and the dep analyzer that will look for problems in your depMan I was thinking that we should design for an overall lint mechanism and I am specifically thinking toward 2.1 where we flush out a lot of crap but we need t

Re: [VOTE] maven-dependency-plugin 2.0-alpha-4 AND maven-dependency-analyzer 1.0-alpha-2

2007-03-25 Thread Daniel Kulp
+1 Dan On Sunday 25 March 2007 01:21, Brian E. Fox wrote: > I'd like to release maven-dependency-plugin:2.0-alpha-4 and the shared > maven-dependency-analyzer 1.0-alpha-2 that it depends on. > > Tags: > http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-pl >ug in-2.0-alpha-4/ > h

Re: War plugin and Overlays handling

2007-03-25 Thread Stephane Nicoll
OK, good to hear, we'll have a look. One of the very first step I would like to achieve is to share the following functionalities: * Ability to filter data *with* interpolation (just like what's inside the resources plugin) * Ability to unpack archives with includes/excludes filter *and* the abi

M2 FAQ has ibiblio ref

2007-03-25 Thread Jeff Jensen
The M2 FAQ has a ref to ibiblio. Does this need to change to the "new" Maven Central ref? http://maven.apache.org/general.html#available-plugins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

maven-javadoc-plugin OutOfMemoryError on Java6

2007-03-25 Thread Kevin Stembridge
Hi folks, I'm getting an OutOfMemoryError when running mvn javadoc:javadoc in a Java6 JVM. The same goal runs without error in Java5. My pom config and console output are pasted below. I tried adding a element to the plugin config but it made no difference. I was going to raise a JIRA issue for t

Re: [VOTE] maven-dependency-plugin 2.0-alpha-4 AND maven-dependency-analyzer 1.0-alpha-2

2007-03-25 Thread Jason van Zyl
+1 On 25 Mar 07, at 1:21 AM 25 Mar 07, Brian E. Fox wrote: I'd like to release maven-dependency-plugin:2.0-alpha-4 and the shared maven-dependency-analyzer 1.0-alpha-2 that it depends on. Tags: http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency- plug in-2.0-alpha-4/ http://s

Re: [VOTE] maven-dependency-plugin 2.0-alpha-4 AND maven-dependency-analyzer 1.0-alpha-2

2007-03-25 Thread Stephane Nicoll
+1 ! Stéphane On 3/25/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: I'd like to release maven-dependency-plugin:2.0-alpha-4 and the shared maven-dependency-analyzer 1.0-alpha-2 that it depends on. Tags: http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plug in-2.0-alpha-4/ http