From 566040ead84bbdf8e97a382ecb5bbb2afe3bbbec Mon Sep 17 00:00:00 2001 From: Sven Meyer Date: Tue, 3 Dec 2024 11:45:07 +0100 Subject: [PATCH] Add JavaDoc plugin --- pom.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f6d8be9..7926863 100644 --- a/pom.xml +++ b/pom.xml @@ -63,8 +63,8 @@ + so that it doesn't run before the exec-maven-plugin's *.mwe2 gen; this way + we can list it after. --> org.eclipse.xtend xtend-maven-plugin @@ -387,13 +387,27 @@ + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.11.1 + + + attach-javadoc + + jar + + + + + contexts because they require specific keys from the Github remote. Include + this profile by setting the -Pdeployment flag. --> deployment