Re: [VOTE] Release Maven Site Plugin version 2.0-beta-7

2008-07-01 Thread Olivier Lamy
+1 -- Olivier 2008/7/1 Dennis Lundberg <[EMAIL PROTECTED]>: > Ping. > > It's been 5 days now, and my vote is the only one so far... > > Dennis Lundberg wrote: >> >> Hi, >> >> We solved 23 issues: >> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=13092 >>

Re: [Proposal] Pom Code Style (WAS svn commit: r670264 - /maven/plugins/trunk/maven-site-plugin/pom.xml)

2008-07-01 Thread Benjamin Bentmann
Paul Gier wrote: I was imagining this used during the development cycle, so that any changes it causes would go through some cycles of testing. Maybe the first test could be performed by the POM Plugin itself, i.e. have it calculate the transitive deps before the POM change and afterwards a

Re: [Proposal] Pom Code Style (WAS svn commit: r670264 - /maven/plugins/trunk/maven-site-plugin/pom.xml)

2008-07-01 Thread Paul Gier
Brian E. Fox wrote: I understand your concerns, but the same issue can happen when adding or removing a dependency, not just reordering. I would rather recommend that people rely on dependency management to control transitive versions than rely on the order in the pom. Then you should be able

Re: Problem finding loadresource task in maven 2.0.9

2008-07-01 Thread Dennis Lundberg
Niall Pemberton wrote: On Sun, Jun 29, 2008 at 3:42 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Niall Pemberton wrote: On Sat, Jun 28, 2008 at 5:56 PM, Ralph Goers <[EMAIL PROTECTED]> wrote: What does -X tell you? Not alot that makes any sense to me, but thanks for the suggestion - I ran i

Re: [VOTE] Release Maven Site Plugin version 2.0-beta-7

2008-07-01 Thread Dennis Lundberg
Ping. It's been 5 days now, and my vote is the only one so far... Dennis Lundberg wrote: Hi, We solved 23 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=13092 There are still a lot of issues left in JIRA: http://jira.codehaus.org/secure/Issu

Re: [Proposal] Pom Code Style (WAS svn commit: r670264 - /maven/plugins/trunk/maven-site-plugin/pom.xml)

2008-07-01 Thread Paul Benedict
When you reorder, you should be able to do a -DdryRun and let it produce for you a "pom.xml.reorder" file. And when you run the reordering for real, let it create a "pom.xml.backup" Hey, doesn't this sound just like the philosophy of the release plugin? :-) Paul On Tue, Jul 1, 2008 at 11:26 AM,

RE: [Proposal] Pom Code Style (WAS svn commit: r670264 - /maven/plugins/trunk/maven-site-plugin/pom.xml)

2008-07-01 Thread Brian E. Fox
>I understand your concerns, but the same issue can happen when adding or >removing a dependency, not just reordering. I would rather recommend that >people rely on dependency management to control transitive versions than rely >on >the order in the pom. Then you should be able to organize d

RE: How to refer to different Maven classpaths in Ant-based mojo's?

2008-07-01 Thread De Smet Ringo
Hello, > Can someone post a snippet of Ant file showing me how I can > refer to these classpaths? In our Maven1 jelly setup, I found > references like "maven.compile.classpath", but using this as > > Eventually, I found out what was wrong with my code. It took me a while... :-) It seems one

Re: Configuration guide for developping / contributing to maven 2.1

2008-07-01 Thread Henri Gomez
> It's recent - I reported it on this list yesterday. If you take trunk back > about a week, you should find that it works a bit better. I'll wait it to be fixed. > On the other hand, if you want a slightly easier way to get started - you > might like to help correct these / vs \ issues on Window