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]

Reply via email to