Takanori,
you have to add codehaus repository to plugin repositories:
<pluginRepositories>
<pluginRepository>
<id>codehaus.releases</id>
<name>Codehaus Plugin Releases</name>
<url>http://repository.codehaus.org</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Regards,
Stevo.
On Sun, Jun 21, 2009 at 3:58 PM, Takanori Suzuki <[email protected]>wrote:
> Hi,
> I want to get the javancss-maven-plugin 2.0 from the meven central
> repository.
>
> But, it is not uploaded,
> and I can't found the maven upload request.
>
> Could you upload it?
>
> 2009/6/11 Jean-Laurent de Morlhon <[email protected]>:
> >
> > The Mojo team is pleased to announce the javancss-maven-plugin 2.0
> 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 number.
> >
> > Here's the release note :
> >
> > Release Notes - Maven 2.x JavaNCSS Plugin - Version 2.0
> >
> > ** Bug
> > * [MJNCSS-11] - JavaNCSS report crashes if code contains some
> variable
> > called "enum"
> > * [MJNCSS-15] - UTF-8 Support
> > * [MJNCSS-16] - java annotations (within a method) cannot be parsed
> > correctly
> > * [MJNCSS-33] - Error parsing generics
> > * [MJNCSS-34] - NCSS crashes for class field declarations starting
> with
> > @Annotation
> >
> > ** Improvement
> > * [MJNCSS-13] - Typo in javancss:report parameters documentation
> > (includes)
> > * [MJNCSS-14] - Typo in includes/excludes example page
> > * [MJNCSS-27] - Do not let the check goal fail the build for projects
> > with no source
> > * [MJNCSS-28] - Integrate JavaNCSS Version 29.50
> > * [MJNCSS-36] - add an IT to automatically check if plugin is working
> > properly in a full site generation
> > * [MJNCSS-38] - Integrate JavaNCSS version 32.53
> >
> > ** New Feature
> > * [MJNCSS-31] - add an "encoding" parameter for source files and use
> > ${project.build.sourceEncoding} as default value
> >
> > ** Wish
> > * [MJNCSS-32] - show the default javancss version used by the plugin
> in
> > its documentation introduction
> > * [MJNCSS-37] - add JavaNCSS version used in plugin's reports
> >
> >
> > Enjoy!
> >
> > -The Mojo team
> >
>
> --
> ====
> Takanori Suzuki
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>