You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/18 13:59:33 UTC

[maven-jmod-plugin] branch JMOD-20 deleted (was a146d2c)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch JMOD-20
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git.


     was a146d2c  MJMOD-20: rewrite groovy, Jenkins Pipeline fails to execute jmod command directly and catch output

This change permanently discards the following revisions:

 discard a146d2c  MJMOD-20: rewrite groovy, Jenkins Pipeline fails to execute jmod command directly and catch output
 discard 5906895  MJMOD-20: replace target expression with actual command
 discard b187590  MJMOD-20: Groovinize method
 discard abed495  MJMOD-20: reorganize groovy script
 discard 762d6f4  Clean up pom.xml to remove Maven plugins from pluginManagement section to use the default ones. Refactor test to become more Groovyish. Set 9+ in invoker.java.version, replacing 1.9+. Set invoker.goals to 'package' only. Use StringUtils.isNotBlank instead of manual check for 'mainClass' parameter.
 discard 9642da4  Fix test pom.xml.
 discard c274a7c  Add integration test.
 discard 9f5d466  Replace String.isBlank() from Java 11 with String.trim().isEmpty().
 discard 02d1c73  set jmod --main-class argument if it is set.