This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-878 in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
commit 7bf2222b23dc1737c538235c38ae8778d9debe1e Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Apr 4 23:21:22 2020 +0200 [MSHARED-878] - Add automatic module name --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 05c3900..4ab7475 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,17 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestEntries> + <Automatic-Module-Name>org.apache.maven.shared.artifact.transfer</Automatic-Module-Name> + </manifestEntries> + </archive> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <showDeprecation>true</showDeprecation>