Hey guys, I'm interested in contributing to the TomEE project, and trying to follow the instruction on the website. I cloned the trunk repo, and trying to build with:
git clone -b develop https://git-wip-us.apache.org/repos/asf/tomee.git tomee However, I'm getting the following error: [ERROR] Failed to execute goal on project openejb-core: Could not resolve dependencies for project org.apache.openejb:openejb-core:jar:5.0.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.openwebbeans:openwebbeans-impl:jar:1.5.0-SNAPSHOT, org.apache.openwebbeans:openwebbeans-spi:jar:1.5.0-SNAPSHOT, org.apache.openwebbeans:openwebbeans-ejb:jar:1.5.0-SNAPSHOT, org.apache.openwebbeans:openwebbeans-ee:jar:1.5.0-SNAPSHOT, org.apache.openwebbeans:openwebbeans-ee-common:jar:1.5.0-SNAPSHOT, org.apache.openwebbeans:openwebbeans-web:jar:1.5.0-SNAPSHOT: Could not find artifact org.apache.openwebbeans:openwebbeans-impl:jar:1.5.0-SNAPSHOT in Apache Staging Snapshots ( https://repository.apache.org/content/repositories/snapshots) -> [Help 1] [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 read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :openejb-core Is this a know issue? If so, I can start by fixing that but I'm sure one of you has run into it before me so the fix is probably out there already. Additionally, I'm having trouble importing the project in IntelliJ, but I'll try again after this build problem has been resolved. Thanks! -Alex
