frontend-maven-plugin
frontend-maven-plugin copied to clipboard
"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Hello, we have a problem using the plugin (v1.9.1 or any other) in Bitbucket pipelines. We have this pipeline: pipelines: default: - step: name: Package image: maven:3.5-jdk-8-alpine caches: - maven...
**Do you want to request a _feature_ or report a _bug_?** feature/documentation **What is the current behavior?** docs are insufficient to solve issue **If the current behavior is a bug,...
Dear all i am tring to install opencast on lubuntu 18.04 but when i run this command "mvn clean install -DskipTests" i have tohave got the this error massage [INFO]...
This issue is a continuation of https://github.com/eirslett/frontend-maven-plugin/issues/641. I would like to request it to made possible for versions tags such as `latest-v0.12.x` or `latest-erbium` to be specified. This would be...
**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** There's no way to proxy the github releases downloads in artifactory (see [here](https://www.jfrog.com/jira/browse/RTFACT-7703))....
**Summary** Adds support for running scripts when source files change without having to bump the package.json My specific use case is automatically rebuilding an Angular frontend when its source is...
Trying to install nodejs using the front-end-maven plugin only to get this error : ` [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm (install node and npm) on project test: Could not...
**Do you want to request a _feature_ or report a _bug_?** Request support for node install on arm (raspberry pi) **What is the current behavior?** The plugin installs the wrong...
**Summary** Found that for postinstall script, such openlayers 4 has, in a proxy network, this plugin is not passing right the proxy to node.js running the script. **Tests and Documentation**...