mvn compiler:testCompile fails in wfk-src/richfaces with unresolved artifact: org.richfaces.ui:drag-drop:jar:3.3.0.GA even with added http://repository.jboss.com/maven2 repository:
[INFO] [compiler:testCompile]
Compiling 2 source files to /home/ony/Programming/JBWFK/tmp/jboss-wfk-1.0-src/richfaces/ui/inputnumber-spinner/target/test-classes
[INFO] ------------------------------------------------------------------------
[INFO] Building Tree control
[INFO] task-segment: [test-compile]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing cdk:generate
[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://jawa13.englab.brq.redhat.com:1212/nexus/content/groups/public-all/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
Downloading: http://download.java.net/maven/1/org.richfaces.ui/jars/drag-drop-3.3.0.GA.jar
Downloading: http://repository.jboss.org/maven2/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
Downloading: http://repository.jboss.com/maven2/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
Downloading: http://repo1.maven.org/maven2/org/richfaces/ui/drag-drop/3.3.0.GA/drag-drop-3.3.0.GA.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.richfaces.ui:drag-drop:jar:3.3.0.GA
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.ui -DartifactId=drag-drop -Dversion=3.3.0.GA -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.ui -DartifactId=drag-drop -Dversion=3.3.0.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.richfaces.ui:tree:jar:3.3.0.GA
2) org.richfaces.ui:drag-drop:jar:3.3.0.GA
----------
1 required artifact is missing.
for artifact:
org.richfaces.ui:tree:jar:3.3.0.GA
from the specified remote repositories:
repository.jboss.com (http://repository.jboss.com/maven2),
brno-proxy (http://jawa13.englab.brq.redhat.com:1212/nexus/content/groups/public-all),
maven-repository.dev.java.net (http://download.java.net/maven/1),
central (http://repo1.maven.org/maven2),
repository.jboss.org (http://repository.jboss.org/maven2)