Aggregation of reports

2006-05-19 Thread Damien DESJARDINS - EBM WebSourcing
Hello I am on working on a big project which is divided into 3 subprojects and these subprojects are again divided into projects. We were working with Maven 1 but we changed everything to use Maven 2 now. With Maven 1, we managed with some Ant scripts and defined goals to aggregate the repo

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: 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

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 --