From da2e3dd3bed7939cb213d48f402849c8fb8e3411 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sat, 30 Dec 2023 18:53:14 +0800 Subject: [PATCH] improve pom - add `inceptionYear` element, and use it in `copyright bottom` - add missing version declaration for `maven-gpg-plugin` more stable build and fix related warning message - add `maven-enforcer-plugin` more straightforward error message when `maven`/`java` version is not satisfied --- pom.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 01e9f88c..d13fee29 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,7 @@ simple. It is a class library for editing bytecodes in Java. https://www.javassist.org/ + 1999 + + 3.2.5 + + + 11 + + + + + + org.apache.felix maven-bundle-plugin @@ -281,6 +306,7 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.]]> org.apache.maven.plugins maven-gpg-plugin + 3.1.0 ${gpg.passphrase} ${gpg.useAgent} @@ -300,7 +326,7 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.]]> + --> default-tools -- 2.39.5