From cb772d3f92bb85ab9ccdbb1b2b2d96b3de4b2885 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 28 Feb 2023 20:50:23 +0800 Subject: [PATCH] add Automatic-Module-Name --- pom.xml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 800ebdb75..7d0650a66 100755 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,25 @@ -Xlint:unchecked + + org.apache.maven.plugins + maven-jar-plugin + + + true + + true + + + ${os.name} + ${user.name} + ${java.version} + ${maven.build.timestamp} + ${project.artifactId} + + + + org.apache.maven.plugins @@ -166,25 +185,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - - - true - - true - - - ${os.name} - ${user.name} - ${java.version} - ${maven.build.timestamp} - ${project.artifactId} - - - - org.codehaus.mojo versions-maven-plugin