I switched to trying update site part of the vogella tutorial:
http://www.vogella.com/tutorials/EclipseTycho/article.html#run-the-build
I get the same sort of error saying it cannot resolve the dependencies. I decided to change the category.xml file around to see if I could narrow down the problem. I ended up removing all of my features and adding one of the features in the build target
(I randomly picked org.eclipse.cvs). This builds correctly and I can see the new p2 repository with the cvs feature and its plugins looking all correct.
When I remove that cvs feature and add just one of my features, it goes back to the same error. Is there something I need to do to tell Maven where to find my features? They are built just prior to it trying to create the update site. I'm using the directory
structure that vogella suggests, so my recently constructed feature lives in features/edu.illinois.mobius.feature/target/ .
To initiate the maven build, I am using "mvn clean verify".
Thoughts?
Ken
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:0.25.0:assemble-repository (default-assemble-repository) on project edu.illinois.mobius.update: Execution default-assemble-repository of goal org.eclipse.tycho:tycho-p2-repository-plugin:0.25.0:assemble-repository
failed: Cannot resolve dependencies of MavenProject: edu.illinois.mobius:edu.illinois.mobius.update:2.6.0-SNAPSHOT @ /Users/kjkeefe/git/Mobius-4.6/releng/edu.illinois.mobius.update/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]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :edu.illinois.mobius.update