From fc3bba15efca9a55e6de5c8aa4de685caa4e96e7 Mon Sep 17 00:00:00 2001 From: "AO Industries, Inc" Date: Thu, 17 Aug 2023 21:46:05 +0000 Subject: [PATCH] Using packaging=jar instead of packaging=bundle for all jar projects. OSGI manifest entries are still added, however. This change is required since maven-bundle-plugin has been adding entries with a constant and hard-coded timestamp of 1980-02-01. --- book/pom.xml | 10 +++++++++- pom.xml | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/book/pom.xml b/book/pom.xml index 951450e..4c8d632 100644 --- a/book/pom.xml +++ b/book/pom.xml @@ -30,7 +30,7 @@ along with pragmatickm-password-taglib. If not, see com.pragmatickmpragmatickm-password-taglib-book1.8.1-POST-SNAPSHOT - bundle + jar com.pragmatickm.password.taglib.book @@ -198,6 +198,14 @@ along with pragmatickm-password-taglib. If not, see + + org.apache.maven.pluginsmaven-jar-plugin + + + **/module-info.class + + + diff --git a/pom.xml b/pom.xml index 1650fc2..2f029cb 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ along with pragmatickm-password-taglib. If not, see com.pragmatickmpragmatickm-password-taglib1.8.1-POST-SNAPSHOT - bundle + jar com.pragmatickm.password.taglib @@ -345,6 +345,14 @@ along with pragmatickm-password-taglib. If not, see + + org.apache.maven.pluginsmaven-jar-plugin + + + **/module-info.class + + +