Hello,
I am a newbie to JBoss. I am trying to rebuild rhq trunk before I make any change or add any new plugins.
This is what I did so far:
1. set up maven env and svn client (no problem)
2. extracted source code by running the following svn command (no problem):
svn co http://svn.rhq-project.org/repos/rhq/trunk rhq-trunk
3. ran the following mvn command from rhq-trunk/:
mvn -Dmaven.test.skip=true -Ddbsetup-do-not-check-schema clean package
I then hit the following build error:
[INFO] Building RHQ Plugin API
[INFO] task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [build-helper:maven-version {execution: default}]
[INFO] [buildnumber:create {execution: default}]
Downloading: http://download.java.net/maven/1//org.rhq/jars/rhq-core-domain-1.4.0-SNAPSHOT.jar
[INFO] Unable to find resource 'org.rhq:rhq-core-domain:jar:1.4.0-SNAPSHOT' in repository java.net (http://download.java.net/maven/1/)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
I checked http://download.java.net/maven/1/ and didn't see org.rhq under it.
Any help will be greatly appreciated.
Thanks,
Alex