I'm going to do my best to get javancss out of the mojo sandbox and into
mojo proper and then issue a first 2.0-alpha-1 release.  I've got an
aggregated javancss report working locally but everything is on hold
until codehaus is back up.

mike

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 19, 2006 4:49 PM
To: Maven Users List
Subject: Re: JavaNCSS Plugin for Maven2.0

Snapshots are not deployed to ibiblio.

You need to add the proper repository to your pom. I'm not positive
where this plugin "lives" but I'm sure this is discussed in the Maven
User email archive somewhere if you just search.

Wayne

On 5/19/06, sambit kumar dikshit <[EMAIL PROTECTED]> wrote:
> Hi,
>
>   I'm trying to use JavaNCSS plugin for Maven 2.0. Im facing some 
> problem while trying to run the mvn site:site command.
>
>   I have added the following lines in my pom.xml
>
>
>
>     <repositories>
>     <repository>
>      <id>Ibiblio.org</id>
>      <url>http://www.ibiblio.org/maven2/</url>
>      <snapshots>
>        <enabled>true</enabled>
>      </snapshots>
>      <releases>
>        <enabled>false</enabled>
>      </releases>
>    </repository>
>     </repositories>
>
>   <plugin>
>           <groupId>maven-plugins</groupId>
>           <artifactId>maven-javancss-plugin</artifactId>
>
>     </plugin>
>
> Can anyone help me out on this.
>
> Regards
> -Sambit
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to