I want to create a new Cytoscape3 app and set it up in eclipse. I'm following the steps at
http://wiki.cytoscape.org/Cytoscape_3/AppDeveloper/SettingUpAnIDE/EclipseBut I'm getting stuck after the step "9. Right click on the project and select
Configure → Convert to Maven Project." There is an error message (See the attached screenshot), and subsequent attempt to build maven with "clean install" fails with the following error:
The project org.cytoscape.app-developer:cytoscape:3.2.1 (/home/martijn/prg/cyto/cytoscape-app-developer/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find org.cytoscape:parent:pom:3.2.1 in
http://code.cytoscape.org/nexus/content/repositories/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of cytoscape_releases has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 4, column 10 -> [Help 2]
[ERROR]
I get the same error if I run "mvn clean install" from the command line, so this is not an eclipse problem per se.
Supposedly there should be a pom file in the parent directory, so I probably need a second git checkout or some other maven command. But the guide is not clear about that.
Could somebody point me in the right direction please?
regards,
Martijn