grunt-maven-plugin
grunt-maven-plugin copied to clipboard
Grunt + Maven integration done right
Hi, I am having a jenkins linux agent where I am trying to build a web application having front end resources managed by npm-grunt-bower combination and the build happens with...
Is there a way to enable this ?
Failed to execute goal pl.allegro:grunt-maven-plugin:1.5.0:grunt (default) on project social: Unable to execute mojo: Command execution failed. Process exited with an error: 6 (Exit value: 6) -> [Help 1] What does...
can-you add a warName attibut in the generated grunt-maven.json ? With in it by default the project.build.name Most of the project using your plugin have to "hack" the warTargetDirectory to...
Hi! I am having the following issue when running mvn clean install: Running "imagemin:dist" (imagemin) task Verifying property imagemin.dist exists in config...OK Files: app/images/image.jpg -> ../target/generated-resources/static/images/image.jpg Options: interlaced, optimizationLevel=3, progressive...
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...
Hi, I have tried npm install from command line.Please find below error on command line. D:\Kazan_workspace_trunk\mex\mex-gui>npm install npm WARN package.json [email protected] No description npm WARN package.json [email protected] No repository field....
Hey guys, I am getting this error by running mvn clean install from eclipse as well as command prompt. Getting error code 1073741795 always.Please help me. Failed to execute goal...
Hi, I have different packaging to be done in my project. It consists of jar , war and finally an ear. I have a pom.xml inside war directory where I...
Execution of grunt fails when grunt is executed from the plugin. The task is a docular task. Standalone execution of the grunt-file succeeds. Educated guess would be that enviroment settings...