[richfaces-issues] [JBoss JIRA] Created: (RF-9483) RichFaces 3.3.X can't built with clean repo

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Oct 11 09:46:40 EDT 2010


RichFaces 3.3.X can't built with clean repo
-------------------------------------------

                 Key: RF-9483
                 URL: https://jira.jboss.org/browse/RF-9483
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: build
    Affects Versions: 3.3.3.Final
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski
            Priority: Critical


Even if we not going to release 3.3 anymore - build should works for sure. Our community should be able to checkout sources and customize as them need. So need to check the reaosns.

Current error:
[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
-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -D
repositoryId=[id]

  Path to dependency:
        1) org.richfaces:root:pom:3.3.4-SNAPSHOT
        2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2

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

for artifact:
  org.richfaces:root:pom:3.3.4-SNAPSHOT

from the specified remote repositories:
  jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/depr
ecated/),
  jboss-public-repository-group (http://repository.jboss.org/nexus/content/group
s/public/)

After removing wagon-webdav from pom - there are other errors (currently with maven-site-plugin). So not digged more.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list