2 Replies Latest reply on Jun 11, 2007 5:44 AM by mail.micke

    Add Richfaces to Maven pom file

    y0da

      Hi!
      I wanna add richfaces to my project with maven.
      whats the correct repository?
      -->

       <!-- Repository to get richfaces and ajax4jsf -->
       <repository>
       <id>jboss-repo</id>
       <name>jboss-repo</name>
       <url>http://repository.jboss.com/maven2/org/</url>
       </repository>
       </repositories>
      


      the correct dependency entry will be?
       <dependency>
       <groupId>org.richfaces</groupId>
       <artifactId>richfaces</artifactId>
       <version>3.0.1</version>
       <scope>compile</scope>
       </dependency>
      


      someone can help me?

      best regards