Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epp-dev] Building the OXYGEN branch fails

I'm trying to build the OXYGEN branch

$ git clone --branch=OXYGEN https://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
org.eclipse.epp.packages.git
$ cd org.eclipse.epp.packages.git
$ mvn clean verify -Pepp.package.rcp


but it fails with 

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: epp.package.rcp 4.7.1.qualifier
[ERROR]   Missing requirement: epp.package.rcp 4.7.1.qualifier requires 'org.eclipse.platform.feature.group [4.7.1,4.7.2)' but it could not be found
[ERROR] 
[ERROR] See 
http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting
for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.epp:epp.package.rcp:4.7.1-SNAPSHOT @ /Users/ilg/tmp/org.eclipse.epp.packages.git/packages/org.eclipse.epp.package.rcp.product/pom.xml: See log for details -> [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] 

I already registered a bug report:

	https://bugs.eclipse.org/bugs/show_bug.cgi?id=527226


Any suggestion?


Thank you,

Liviu

Back to the top