From 743b1593a6a5b3f844c40729e717fff294fe5a05 Mon Sep 17 00:00:00 2001 From: Juan Fumero Date: Mon, 1 Jul 2024 11:24:34 +0200 Subject: [PATCH] Include plugin to include TornadoVM sources in the final build --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 0fefbdde17..44761fbef0 100644 --- a/pom.xml +++ b/pom.xml @@ -1042,6 +1042,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + @@ -1872,6 +1885,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + +