-
Notifications
You must be signed in to change notification settings - Fork 17
Description
As mentionned in the read me file for the creation of a new plugin, the first step to do is to clone the gephi-maven-plugin and use the generate goal to create the new plugin. After cloning, when I build it an error related to desriptors appears.
Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:2.9:descriptor (default-descriptor) on project gephi-maven-plugin: Error extracting plugin descriptor: 'No mojo definitions were found for plugin: org.gephi:gephi-maven-plugin.' -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
I also tried the org.gephi:gephi-maven-plugin:generate goal under rightClickProject- costum- goals of netbeans IDE but it fails to execute.
Failed to execute goal org.gephi:gephi-maven-plugin:1.2.3:generate (default-cli) on project gephi-maven-plugin: Can't obtain gephi version number -> [Help 1]