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

'grunt-maven-plugin' doesn't work with 'exec-maven-plugin' #96

Open
73ddy opened this issue Dec 11, 2015 · 0 comments
Open

'grunt-maven-plugin' doesn't work with 'exec-maven-plugin' #96

73ddy opened this issue Dec 11, 2015 · 0 comments

Comments

@73ddy
Copy link

73ddy commented Dec 11, 2015

Hi,
When I try to run 'exec-maven-plugin' with the 'grunt-maven-plugin', it simply fails. On digging further I found that it tries and run the command I configured in 'exec-maven-plugin'. What is the reason for this weird behavior?

[INFO] --- grunt-maven-plugin:1.5.1:npm (default) @ expertly ---
[INFO] OS Name: Linux
Error occurred during initialization of VM
agent library failed to init: instrument
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:30 min
[INFO] Finished at: 2015-12-11T13:38:24+05:30
[INFO] Final Memory: 35M/369M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal pl.allegro:grunt-maven-plugin:1.5.1:npm (default) on project expertly: Unable to execute mojo: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal pl.allegro:grunt-maven-plugin:1.5.1:npm (default) on project expertly: Unable to execute mojo
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)

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