"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.
Apache License 2.0
4.26k
stars
870
forks
source link
Fix JavaDoc build failures on JDK 11 by setting source to 1.8 #870
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on project frontend-plugin-core: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
Also adds explicit maven-deploy-plugin version to get rid of nagging warning banner.
Summary
Fixes:
Also adds explicit maven-deploy-plugin version to get rid of nagging warning banner.
Tests and Documentation
n/a