Nice report :)
On thing though: it aggregates the reports of the modules only if the
module sites are already build before.
Basically:
mvn clean
mvn site
Would generate no aggregate
While,
mvn clean
mvn site
// add one line
mvn site
Would generate an aggregate with one line not counted.
This is probably related to how maven 2 handles modules,
but is there any ideas on how to fix it?
jean-laurent de morlhon wrote:
It will be in the future.
don't ask me when I have no ETA.
In the meantime you can add to your pom :
<pluginRepositories>
<pluginRepository>
<id>codehaus</id>
<name>Codehaus maven repository</name>
<url>http://repository.codehaus.org/</url>
</pluginRepository>
</pluginRepositories>
which will allow to retrieve all the latest mojo snaphsots.
Keep in mind this is temporary.
On 6/22/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:
Any chance that it will be synced to the central repo too?
jean-laurent de morlhon wrote:
> As stated at the end of the announcement email the repository where
> this plugin is located is :
>
> repository.codehaus.org.
>
> You'll have to add this repository to your settings/project for now.
> (Parent pom is over there too)
>
> On 6/22/06, Roald Bankras <[EMAIL PROTECTED]> wrote:
>> Sounds very attractive, but through which repository is it available?
>> BTW the source complains that it cannot find the parent pom.
>>
>> Roald Bankras
>> Software Engineer
>> JTeam b.v.
>>
>> -----Original Message-----
>> From: jean-laurent de morlhon [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, June 21, 2006 5:08 PM
>> To: Maven Users List; user@mojo.codehaus.org
>> Subject: [ANN] Maven2 javancss plugin 2.0-beta-1
>>
>> The Mojo team is pleased to announce the javancss-maven-plugin
>> 2.0-beta-1 release!
>>
>> http://mojo.codehaus.org/javancss-maven-plugin/
>>
>> This plugin allows user to:
>>
>> - Compute complexity (CCN) and quantity (NCSS) metrics on your code
>> - Create a report displaying those numbers
>>
>> This plugin is currently available at repository.codehaus.org.
>>
>> Enjoy!
>>
>> -The Mojo team
>>
>> --
>> Jean-Laurent
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>> --
>> No virus found in this incoming message.
>> Checked by AVG Free Edition.
>> Version: 7.1.394 / Virus Database: 268.9.2/370 - Release Date:
6/20/2006
>>
>>
>> --
>> No virus found in this outgoing message.
>> Checked by AVG Free Edition.
>> Version: 7.1.394 / Virus Database: 268.9.2/372 - Release Date:
6/21/2006
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
--
With kind regards,
Geoffrey De Smet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
With kind regards,
Geoffrey De Smet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]