You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sambit kumar dikshit <sa...@apple.com> on 2006/05/19 23:35:21 UTC

JavaNCSS Plugin for Maven2.0

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: JavaNCSS Plugin for Maven2.0

Posted by Wayne Fay <wa...@gmail.com>.
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 <sa...@apple.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org