2 Replies Latest reply on Jan 14, 2008 11:13 AM by mail.micke

    Richfaces Extensions and maven repository

    ameo

      Hello,

      I need the extensions, but cannot get the *jar from jboss maven repository. I get the message that the source is missing


      My pom:

      ...
      
       <repository>
       <id>repository.jboss.org</id>
       <name>JBoss Repository</name>
       <url>http://repository.jboss.org/maven2</url>
       </repository>
      ..
      
       <dependency>
       <groupId>org.richfaces</groupId>
       <artifactId>extensions</artifactId>
       <version>3.1.3.GA</version>
       </dependency>
      ...
      


      where is the problem ?



        • 1. Re: Richfaces Extensions and maven repository
          ameo

          I mean the following :

          The pom is descripbed at suggestionbox-sample:

          luck !

          <dependency>
           <groupId>org.richfaces.ui</groupId>
           <artifactId>richfaces-ui</artifactId>
           <version>3.1.3.GA</version>
          </dependency>
          


          Unable to download the artifact from any repository !

          <dependency>
           <groupId>org.richfaces.ui</groupId>
           <artifactId>suggestionbox</artifactId>
           <version>3.1.3.GA</version>
          </dependency>
          


          • 2. Re: Richfaces Extensions and maven repository
            mail.micke

            Hi,

            don't need the suggestionbox dependency as far as I know.... I think it is included in the ricfaces-ui artifact.

            I only have this:

            
             <dependency>
             <groupId>org.richfaces.framework</groupId>
             <artifactId>richfaces-impl</artifactId>
             <version>3.1.3.GA</version>
             </dependency>
             <dependency>
             <groupId>org.richfaces.ui</groupId>
             <artifactId>richfaces-ui</artifactId>
             <version>3.1.3.GA</version>
             </dependency>
            


            Mike