Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dirigible-dev] Build failure - Missing requirement

Hi all,

When I’m building the latest sources with Maven, I'm getting this error:

INFO] Resolving dependencies of MavenProject: org.eclipse.dirigible.p2.rcp:org.eclipse.dirigible.rcp.feature:2.2.151117 @ /Users/i302281/git/dirigible/org.eclipse.dirigible/org.eclipse.dirigible.parent/p2.rcp/rcp.feature/pom.xml

[INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}

[ERROR] Cannot resolve project dependencies:

[ERROR]   Software being installed: org.eclipse.dirigible.rcp.feature.feature.group 2.2.151117

[ERROR]   Missing requirement: org.eclipse.dirigible.rcp.feature.feature.group 2.2.151117 requires 'org.eclipse.dirigible.ide.datasource 0.0.0' 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.dirigible.p2.rcp:org.eclipse.dirigible.rcp.feature:2.2.151117 @ /Users/i302281/git/dirigible/org.eclipse.dirigible/org.eclipse.dirigible.parent/p2.rcp/rcp.feature/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] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException


Can someone help on that?
 
Regards,
Yordan

Back to the top