From 1e850e55f3d6c9165488f936a8d43e8a36ddd167 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Sat, 15 Jun 2024 17:40:14 -0700 Subject: [PATCH] Bring back the source plugin It's required for releasing. --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index bb33b6f5..a41f2f40 100644 --- a/pom.xml +++ b/pom.xml @@ -292,6 +292,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + org.revapi revapi-maven-plugin