From 32774a0aa4f9ffd07297278a891672512d5605c1 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 10 May 2022 11:49:10 +0200 Subject: Add plugin to install sources --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 646cabe..89e3051 100644 --- a/pom.xml +++ b/pom.xml @@ -71,5 +71,21 @@ + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + verify + + jar-no-fork + + + + + -- cgit v1.2.3