Re: [m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Brett Porter
Running with -U once should also do an automated check (Which is run daily). - Brett On 9/23/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: > > My problem is solved. It had to be with > maven-project-info-reports-plugin version. I was using another version > different from 2.0-beta-1. > After modify

Re: [m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Pablo Muñiz
My problem is solved. It had to be with maven-project-info-reports-plugin version. I was using another version different from 2.0-beta-1. After modifying plugin-registry.xml in my local repository all reports have been generated. Thanks for your help, Brett. Cheers, Pablo. Pablo Muñiz esc

Re: [m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Pablo Muñiz
I'm working with 2.0-beta-1. Pablo. Brett Porter escribió: What version of Maven are you using? You have an old version of the project reports that is not compatible. - Brett On 9/22/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: If I include tag around the two reports I get the following

Re: [m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Brett Porter
What version of Maven are you using? You have an old version of the project reports that is not compatible. - Brett On 9/22/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: > If I include tag around the two reports I get the following error > > [ERROR] BUILD ERROR > [INFO] >

Re:[m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Pablo Muñiz
If I include tag around the two reports I get the following error [ERROR] BUILD ERROR [INFO] - --- [INFO] Diagnosis: Error getting reports [INFO] - ---

Re: [m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Brett Porter
Missing around the two reports. beta-1 gives an appropriate error for this. - Brett On 9/22/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: > Hi all !! > > I'm trying to include report generation in my project by using > maven-project-info-reports-plugin. Bellow you can see a snippet of pom.xml >