Re: Site plugin changes, site:run

2006-05-06 Thread Brett Porter
Thanks for the research! I can probably harass some Jetty folk if I can't figure it out from there. - Brett Wendy Smoak wrote: On 5/6/06, Brett Porter <[EMAIL PROTECTED]> wrote: Probably a simple change to the Jetty construction. Can you file a bug? Done. http://jira.codehaus.org/browse/MS

Re: multi-project aggregation of reports

2006-05-06 Thread Brett Porter
the project info reports are special as they are included by default. You want: true in your root pom as well. Cheers, Brett Torsten Curdt wrote: You can already do this with false. Hm... I have maven-project-info-reports-plugin false in the parent

Re: multi-project aggregation of reports

2006-05-06 Thread Torsten Curdt
You can already do this with false. Hm... I have maven-project-info-reports-plugin false in the parent pom and still get the reports generated for the childs. What am I missing? Can you cite a use case where this would be useful for something other than

Re: Site plugin changes, site:run

2006-05-06 Thread Wendy Smoak
On 5/6/06, Brett Porter <[EMAIL PROTECTED]> wrote: Probably a simple change to the Jetty construction. Can you file a bug? Done. http://jira.codehaus.org/browse/MSITE-127 (even better, can you file a patch? :D) Apparently not. :( And comments don't come through in the email from JIRA when

Re: Site plugin changes, site:run

2006-05-06 Thread Brett Porter
Probably a simple change to the Jetty construction. Can you file a bug? (even better, can you file a patch? :D) - Brett Wendy Smoak wrote: On 3/14/06, Brett Porter <[EMAIL PROTECTED]> wrote: I've made a round of changes to the site plugin, which should be the last major set. I plan to call a

Re: Site plugin changes, site:run

2006-05-06 Thread Wendy Smoak
On 3/14/06, Brett Porter <[EMAIL PROTECTED]> wrote: I've made a round of changes to the site plugin, which should be the last major set. I plan to call a vote for a final beta in a couple of days. ... One of the new features to try out (though its rough - no locale support yet) is: mvn site:r

[result] Re: [vote] Release Maven WAR plugin 2.0

2006-05-06 Thread Brett Porter
+1 (binding): Brett, Vincent M, John C, Emmanuel +1 (committer): Vincent S +1 (user): Jerome, Olivier, Tomasz Brett Porter wrote: Vote open for 72 hours, based on: maven-war-plugin 2.0-20060331.041208-2 (r390317) [ ] +1 [ ] +0 [ ] -1 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=1

maven-eclipse-plugin and Eclipse Plugin support

2006-05-06 Thread Rinku
Hi, Not sure if there is some work in progress for Eclipse Plugin support but here are some quick notes on the following logged in JIRA http://jira.codehaus.org/browse/MECLIPSE-92 http://jira.codehaus.org/browse/MECLIPSE-103 1) Running eclipse:eclipse should generate the project definition jus

[result] Re: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-05-06 Thread Brett Porter
+1 (binding): Brett, Jason, Lukas, Emmanuel +1 (user): Raphael No other votes. Brett Porter wrote: I believe these skins to be ready for release in advance of a new beta of the site plugin. (Based on r392137) [ ] +1 [ ] +0 [ ] -1 - Brett -

[result] Re: [vote] Release Maven Help plugin 2.0.1

2006-05-06 Thread Brett Porter
+1 (binding): Brett, Emmanuel, John +1 (committer): Vincent S +1 (user): Raphael No other votes. Brett Porter wrote: Based on: maven-help-plugin 2.0.1-20060403.014226-1 (r390935) [ ] +1 [ ] +0 [ ] -1 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141&styleName=Html&version=12534

Re: Please sync Apache m2 repository for Struts

2006-05-06 Thread Brett Porter
I forgot to mention that I did this yesterday. Wendy Smoak wrote: Assuming everything looks okay, please sync dist/maven-repository/org/apache/struts/struts-parent with ibiblio. The struts-parent pom v2 has been deployed with a signature. Release vote: http://www.nabble.com/-VOTE-Release-the-st

[result] Re: [vote] Release Maven Source plugin 2.0.1

2006-05-06 Thread Brett Porter
+1's from Brett, Stephane, Vincent M, Emmanuel (binding) +1 from Fabrizio No other votes. Brett Porter wrote: Vote open for 72 hours, based on: maven-source-plugin 2.0.1-20060329.084749-1 (r389412) [ ] +1 [ ] +0 [ ] -1 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11147&f

Re: multi-project aggregation of reports

2006-05-06 Thread Brett Porter
Torsten Curdt wrote: Somehow it would be nice to have better control of the inheritance. What about a special attribute for applicable for ALL tags? ... You can already do this with false. WDYT? Can you cite a use case where this would be useful for something other than plugin

[result] [vote] [m1] plugin releases

2006-05-06 Thread Lukas Theussl
This vote has passed with 4 binding +1s: Jason, Stephane, Arnaud and myself. Voting thread: http://www.nabble.com/-vote-m1-plugin-releases-t1553467.html#a4220358 Thanks evryone! -Lukas Lukas Theussl wrote: Hi, I think the following m1 plugins are ready for a release: [] maven-jalopy-plugi

Re: multi-project aggregation of reports

2006-05-06 Thread Kenney Westerhof
On Sat, 6 May 2006, Torsten Curdt wrote: I added a comment on the JIRA issue on this. -- Kenney > On 5/6/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: > > On 5/6/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: > > > > The technique in JXR and Javadoc is going to be similar to PMD and > > > > taglist

Re: multi-project aggregation of reports

2006-05-06 Thread Torsten Curdt
On 5/6/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: On 5/6/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: > > The technique in JXR and Javadoc is going to be similar to PMD and > > taglist. Same for checkstyle too. > > Ok ...here is number one: > > http://jira.codehaus.org/browse/MPMD-28 :-) Numbe

Re: multi-project aggregation of reports

2006-05-06 Thread Torsten Curdt
Check out the surefire project from https://svn.apache.org/repos/asf/maven/surefire/trunk and mvn install that. ah ..so plugins are pretty much just wrappers around the "real" surefire. Alright Thanks, works now -- Torsten - T

Re: multi-project aggregation of reports

2006-05-06 Thread Kenney Westerhof
On Sat, 6 May 2006, Torsten Curdt wrote: Check out the surefire project from https://svn.apache.org/repos/asf/maven/surefire/trunk and mvn install that. -- Kenney > When I am trying to run the tests on maven-project-info-reports-plugin > in trunk I get: > > Missing: > -- > 1) org.apache

Re: multi-project aggregation of reports

2006-05-06 Thread Torsten Curdt
On 5/6/06, Brett Porter <[EMAIL PROTECTED]> wrote: You seem to have an older snapshot of the surefire plugin 2.2 installed. I'd either update, or remove it to go back to 2.1.3. Nope ...latest trunk (from apache not mojo) Rebuild and installed the surefire plugin and report-plugin just a few sec

Re: multi-project aggregation of reports

2006-05-06 Thread Brett Porter
You seem to have an older snapshot of the surefire plugin 2.2 installed. I'd either update, or remove it to go back to 2.1.3. - Brett Torsten Curdt wrote: When I am trying to run the tests on maven-project-info-reports-plugin in trunk I get: Missing: -- 1) org.apache.maven.surefire:su

Re: multi-project aggregation of reports

2006-05-06 Thread Torsten Curdt
When I am trying to run the tests on maven-project-info-reports-plugin in trunk I get: Missing: -- 1) org.apache.maven.surefire:surefire-junit:jar:2.0-SNAPSHOT What is that meant to be ...surefire-junit?? Where is it? cheers -- Torsten --