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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d11feb  DELTASPIKE-1416 fix missing mainclass in Manifest
7d11feb is described below

commit 7d11feb46868cf66a0c365e97eba71fa22f8c715
Author: Mark Struberg <[email protected]>
AuthorDate: Thu Mar 4 22:52:09 2021 +0100

    DELTASPIKE-1416 fix missing mainclass in Manifest
---
 deltaspike/core/impl/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml
index 552533f..df200e4 100644
--- a/deltaspike/core/impl/pom.xml
+++ b/deltaspike/core/impl/pom.xml
@@ -77,5 +77,18 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
 

Reply via email to