Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (gulp) #100

Open
phipham1 opened this issue Feb 13, 2017 · 0 comments

Comments

@phipham1
Copy link

Hi guys,

im trying to build the oasp4js project via a jenkins pipeline using the nodejs jenkins plugin.

My jenkins commands
cd oasp4js/; npm install -g gulp; npm install -g bower; npm install; cd java; mvn install

Somehow im failing building it. It failing this goal goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (gulp)

Any ideas? thanks!

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.699 s
[INFO] Finished at: 2017-02-13T17:22:38+01:00

[INFO] Final Memory: 11M/239M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (gulp) on project oasp4js-sample: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant