Skip to content

Instantly share code, notes, and snippets.

@rajdavies
Created September 5, 2016 08:03
Show Gist options
  • Save rajdavies/c3b6711c2f96e0fc7030015a2b7b9c1a to your computer and use it in GitHub Desktop.
Save rajdavies/c3b6711c2f96e0fc7030015a2b7b9c1a to your computer and use it in GitHub Desktop.
rajdavies@FabMac:~/dev/projects/funktion-java-example$ mvn fabric8:deploy
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Funktion Example Java 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- fabric8-maven-plugin:3.1.11:deploy (default-cli) @ funktion-java-example ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.872 s
[INFO] Finished at: 2016-09-05T09:03:08+01:00
[INFO] Final Memory: 38M/515M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:3.1.11:deploy (default-cli) on project funktion-java-example: Execution default-cli of goal io.fabric8:fabric8-maven-plugin:3.1.11:deploy failed: An error has occurred. connect timed out -> [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/PluginExecutionException
rajdavies@FabMac:~/dev/projects/funktion-java-example$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment