You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/09/03 17:09:16 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4639: add Automatic-Module-Name to MANIFEST.MF, as suggested by Gili

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

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ab06e3  PDFBOX-4639: add Automatic-Module-Name to MANIFEST.MF, as suggested by Gili
8ab06e3 is described below

commit 8ab06e3b1d558bac04b2e91f88b864af9419b3a5
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Tue Sep 3 19:08:43 2019 +0200

    PDFBOX-4639: add Automatic-Module-Name to MANIFEST.MF, as suggested by Gili
---
 pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 54a1ccf..0f1f953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,18 @@
                         </configuration>
                     </execution>
                 </executions>
-            </plugin>			
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestEntries>
+                            <Automatic-Module-Name>org.apache.pdfbox.jbig2</Automatic-Module-Name>
+                        </manifestEntries>
+                    </archive>
+                </configuration>
+            </plugin>
 		</plugins>
 		<pluginManagement>
 			<plugins>