nodejs-maven-plugin
nodejs-maven-plugin copied to clipboard
Extracts NodeJS' executable to a Maven build environment
Results
2
nodejs-maven-plugin issues
Sort by
recently updated
recently updated
newest added
Both our CI server and our developers often use `mvn clean install` to ensure the build is in a consistent state. As `nodejs-maven-plugin` unpacks the node.js binary to the project...
On 64 bit Linux with 32 bit Java "os.arch" is reported as "i386" which leads to the wrong nodejs executable extracted. The plugin extracts the 32 bit binary on 64...