1 Reply Latest reply on Dec 30, 2010 5:08 PM by rareddy

    install richfaces 3.3.3 in eclipse

    mscovotti

      Hi,

       

      Recently i downloaded RF3.3.3 source. I tried to run mvn clean install on the root but some problems appeared as we can see in the following trace:

       

      ...

       

      Downloading: http://download.java.net/maven/2//org/apache/maven/wagon/wagon-webd

      av/1.0-beta-2/wagon-webdav-1.0-beta-2.jar

      Downloading: http://repository.jboss.org/maven2/org/apache/maven/wagon/wagon-web

      dav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar

      Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-webdav/1

      .0-beta-2/wagon-webdav-1.0-beta-2.jar

      Downloading: http://download.java.net/maven/1/org.codehaus.plexus/jars/plexus-ut

      ils-1.1.jar

      Downloading: http://download.java.net/maven/2//org/codehaus/plexus/plexus-utils/

      1.1/plexus-utils-1.1.jar

      Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils

      /1.1/plexus-utils-1.1.jar

      Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/

      plexus-utils-1.1.jar

      [INFO] ------------------------------------------------------------------------

      [ERROR] BUILD ERROR

      [INFO] ------------------------------------------------------------------------

      [INFO] Failed to resolve artifact.

       

      Missing:

      ----------

      1) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2

       

        Try downloading the file manually from the project website.

       

        Then, install it using the command:

            mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wag

      on-webdav \

                -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:

          mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-w

      ebdav \

                -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file \

                 -Durl=[url] -DrepositoryId=[id]

       

        Path to dependency:

              1) org.richfaces:root:pom:3.3.3.Final

              2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2

       

      2) org.codehaus.plexus:plexus-utils:jar:1.1

       

        Try downloading the file manually from the project website.

       

        Then, install it using the command:

            mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus

      -utils \

                -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:

          mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-uti

      ls \

                -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \

                 -Durl=[url] -DrepositoryId=[id]

       

        Path to dependency:

              1) org.richfaces:root:pom:3.3.3.Final

              2) org.codehaus.plexus:plexus-utils:jar:1.1

       

      ----------

      2 required artifacts are missing.

       

      for artifact:

        org.richfaces:root:pom:3.3.3.Final

       

      from the specified remote repositories:

        maven-repository.dev.java.net (http://download.java.net/maven/1),

        maven2-repository.dev.java.net (http://download.java.net/maven/2/),

        central (http://repo1.maven.org/maven2),

        repository.jboss.org (http://repository.jboss.org/maven2)

       

       

       

      How can i resolve this? Thanks in advance,

       

      Martin