I have imported the kurento tutorial (version 6.1.0, the only one that run on my virtual Ubuntu) in Eclipse Mars, and I'm trying to compile it using Maven m2e.
"Run As... -> Maven build..."
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Kurento Java Tutorial 1 - Hello World 6.1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ kurento-hello-world ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ kurento-hello-world ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ kurento-hello-world ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ kurento-hello-world ---
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: C:\Users\ale\VirtualBox VMs\Ubuntu 14.04 LTS\UbuntuShare\kurento-tutorial-java\kurento-hello-world
[INFO] Storing buildNumber: UNKNOWN at timestamp: 1452242767914
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: "git" non Š riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: C:\Users\ale\VirtualBox VMs\Ubuntu 14.04 LTS\UbuntuShare\kurento-tutorial-java\kurento-hello-world
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- exec-maven-plugin:1.3.2:exec (default) @ kurento-hello-world ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.577 s
[INFO] Finished at: 2016-01-08T09:46:08+01:00
[INFO] Final Memory: 18M/225M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (default) on project kurento-hello-world: Command execution failed. Cannot run program "bower" (in directory "C:\Users\ale\VirtualBox VMs\Ubuntu 14.04 LTS\UbuntuShare\kurento-tutorial-java\kurento-hello-world"): CreateProcess error=2, Impossibile trovare il file specificato -> [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:
I tried to install the NodeJS plugin for Eclipse but didn't solve the issue.
Any help will be appreciated.