Hi,
I just downloaded jboss-6.0.0.Final-src, tried "mvn install" to compile, got this error:
[INFO] Scanning for projects...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-parent/6-beta-1/jboss-parent-6-beta-1.pom
Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-parent/6-beta-1/jboss-parent-6-beta-1.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.jboss.jbossas:jboss-as-parent:6.0.0.Final (C:\JBoss6\jboss-6.0.0.Final-src\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.jboss.jbossas:jboss-as-component-matrix:6.0.0.Final: Could not transfer artifact org.jboss:jboss-parent:pom:6-beta-1 from jboss-public-repository-group (http://repository.jboss.org/nexus/content
/groups/public/): Error transferring file: Connection timed out: connect and 'parent.relativePath' points at wrong local POM @ org.jboss.jbossas:jboss-as-component-matrix:6.0.0.Final, C:\JBoss6\jboss-6.0.0.Final-src\component-matrix\pom.xml
, line 10, column 11 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please red the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildigException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
I am using mvn 3.0.3. Does anyone know how to fix my problems?
Thanks!
Jeff