From efc97106fdb6c9990138451a7004f9b4cdc30965 Mon Sep 17 00:00:00 2001 From: Matheus Lenke Date: Mon, 13 Jan 2025 11:12:56 -0300 Subject: [PATCH] add build-helper-maven-plugin --- pom.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c141fd..655c78e 100644 --- a/pom.xml +++ b/pom.xml @@ -74,9 +74,42 @@ 1.14.4 - + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + add-source + generate-sources + + add-source + + + + some directory + ... + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${plugin.source.version} + + + attach-sources + + jar-no-fork + + + + org.apache.maven.plugins maven-javadoc-plugin