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.
When using your plugin for an existing repository in a corporate setup behind a proxy it fails choose the proxy for downloading the node version. **to reproduce** ``` git clone...
**Do you want to request a _feature_ or report a _bug_?** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce.** **What...
I've gone with yarn, but now I need npx. Do I have to switch to npm?
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** When specifying the nodeDownloadRoot to a location that is using a self-signed certificate...
Using version 1.10.0 - the latest version in Sonatype **Do you want to request a _feature_ or report a _bug_?** Report a bug **What is the current behavior?** The npx...
Fix for #328
I made an error when I create the M2E lifecycle mapping. The `npm` command should only be run on full project builds, rather than on every incremental build even if...
**Summary** Add a "tsc" goal for compiling typescript without any nodejs build tool (e.g. like gulp). **motivation** The story behind is that we want to do Typescript building as a...
**Summary** * Added new goal `protractor` for Protractor support Protractor is an end-to-end test framework for AngularJS applications. Protractor runs tests against your application running in a real browser, interacting...
While #330 is very useful, in certain constrained build environments caching files in the .m2 leads to verification errors when matching to deployed files. It would be useful to allow...