Branch: refs/heads/master Home: https://github.com/jenkinsci/maven-hpi-plugin Commit: 9162f167f08204bed66dc8fbb92af1943f5c860f https://github.com/jenkinsci/maven-hpi-plugin/commit/9162f167f08204bed66dc8fbb92af1943f5c860f Author: Ronny Perinke <sephir...@sephiroth-j.de> Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths: M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java M src/main/java/org/jenkinsci/maven/plugins/hpi/HplMojo.java M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java Log Message: ----------- support targetPath property for webResources - it works for the packaging phase out of the box - for use as part of `hpi:run`, the goals `compile` and `hpi:hpi` must be executed before to ensure that `webappDirectory` exists. otherwise `warSourceDirectory` will be used as before. #JENKINS-64408 Commit: 5d3d4cde13fd4ddc6e95f69ab99b484648d54fd0 https://github.com/jenkinsci/maven-hpi-plugin/commit/5d3d4cde13fd4ddc6e95f69ab99b484648d54fd0 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2021-01-21 (Thu, 21 Jan 2021) Changed paths: M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java M src/main/java/org/jenkinsci/maven/plugins/hpi/HplMojo.java M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java Log Message: ----------- Merge pull request #208 from sephiroth-j/bugfix/JENKINS-64408-targetPath-property-ignored-webresources [JENKINS-64408] support targetPath property for webResources Compare: https://github.com/jenkinsci/maven-hpi-plugin/compare/d7cbe31c8669...5d3d4cde13fd -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-hpi-plugin/push/refs/heads/master/d7cbe3-5d3d4c%40github.com.