Branch: refs/heads/master Home: https://github.com/jenkinsci/plugin-pom Commit: 58da6337651e0e780c7de98d00d3d2452385bc0f https://github.com/jenkinsci/plugin-pom/commit/58da6337651e0e780c7de98d00d3d2452385bc0f Author: Tom Fennelly <tom.fenne...@gmail.com> Date: 2016-10-06 (Thu, 06 Oct 2016)
Changed paths: M pom.xml Log Message: ----------- Simplify node build execution (#36) * Simplify node build execution Also makes it more flexible by allowing the project to define what needs to happen for build and test + does not assume specific tools such as gulp etc * Setting `maven-javadoc-plugin` goal to `javadoc-no-fork` otherwise it causes other plugins running in e.g. the "initialise" phase to execute twice e.g. the enforcer plugin + frontend node/npm install. * Change the names of the npm scripts to be called, prefixing with "mvn" Doing this because many npm packages like to use "build" and "test" and what you might normally want to run might be different Vs when running via mvn. If they're the same then one can just call the other. This is more flexible. * parameterise the javadoc plugin execution goal -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.