1 Reply Latest reply on Apr 1, 2008 6:09 AM by ilya_shaikovsky

    3.2.0 manual build error

    tjakopec

      I try do manually build RF trunk and get this error


      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.

      Missing:
      ----------
      1) org.richfaces.samples:skins:jar:3.2.0-SNAPSHOT

      Try downloading the file manually from:
      http://labs.jboss.com/portal/jbossrichfaces/downloads

      Then, install it using the command:
      mvn install:install-file -DgroupId=org.richfaces.samples -DartifactId=skin
      s \
      -Dversion=3.2.0-SNAPSHOT -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.richfaces.samples -DartifactId=skins \
      -Dversion=3.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
      -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
      1) org.richfaces.samples:separator-sample:war:3.2.0-SNAPSHOT
      2) org.richfaces.samples:skins:jar:3.2.0-SNAPSHOT

      ----------
      1 required artifact is missing.

      for artifact:
      org.richfaces.samples:separator-sample:war:3.2.0-SNAPSHOT

      from the specified remote repositories:
      central (http://repo1.maven.org/maven2),
      maven-repository.dev.java.net (http://download.java.net/maven/1)


      [INFO] ------------------------------------------------------------------------
      [INFO] For more information, run Maven with the -e switch
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 16 minutes 11 seconds
      [INFO] Finished at: Fri Mar 28 07:31:11 CET 2008
      [INFO] Final Memory: 53M/272M
      [INFO] ------------------------------------------------------------------------


      How to fix this?