-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Error:
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building imagePreviewPlugin 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- gephi-maven-plugin:1.2.3:run (default-cli) @ gephi-plugin-image-preview ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.396 s
[INFO] Finished at: 2016-03-01T17:13:48+01:00
[INFO] Final Memory: 9M/150M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.gephi:gephi-maven-plugin:1.2.3:run (default-cli) on project gephi-plugin-image-preview: The directory that shall contain the gephi application, doesn't exist (D:\git\gephi-plugins\modules\imagePreviewPlugi
n\target\gephi)
[ERROR] Please invoke 'mvn package' on the project first
[ERROR] -> [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/MojoExecutionException
java -version:
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
Windows 7 x64
setting in pom.xml of gephi-plugins, line 96 to some useful directory get's ignored.