You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/04 21:21:34 UTC

[maven-artifact-transfer] branch MSHARED-878 created (now 7bf2222)

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

khmarbaise pushed a change to branch MSHARED-878
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


      at 7bf2222  [MSHARED-878] - Add automatic module name

This branch includes the following new commits:

     new 7bf2222  [MSHARED-878] - Add automatic module name

The 1 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.



[maven-artifact-transfer] 01/01: [MSHARED-878] - Add automatic module name

Posted by kh...@apache.org.
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 <kh...@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>