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.
at abed495 MJMOD-20: reorganize groovy script
This branch includes the following new commits:
new 02d1c73 set jmod --main-class argument if it is set.
new 9f5d466 Replace String.isBlank() from Java 11 with
String.trim().isEmpty().
new c274a7c Add integration test.
new 9642da4 Fix test pom.xml.
new 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.
new abed495 MJMOD-20: reorganize groovy script
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.