eirslett / frontend-maven-plugin

"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.2k stars 868 forks source link

Fix `<configuration>` nesting in maven examples #1130

Open viliam-durina opened 6 months ago

viliam-durina commented 6 months ago

Summary

This is just a documentation change, the <configuration> element must be nested within <execution> elements in pom.xml.