From 32d59ce9b4a0bcb824ba36e6fdd2df2052e8e6ff Mon Sep 17 00:00:00 2001 From: Rob Vesse Date: Tue, 26 Oct 2021 08:56:11 +0100 Subject: [PATCH] CSV-292: Add Automatic-Module-Name to JAR file This allows for using Commons CSV in JPMS based projects that want to declare a requirement on the org.apache.commons.csv module --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 208837b8..c59462d1 100644 --- a/pom.xml +++ b/pom.xml @@ -283,6 +283,24 @@ gnu + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + + ${commons.module.name} + + + + org.apache.maven.plugins maven-surefire-plugin