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]

Reply via email to