From 6a3a72b862695d37fc287d410cc87e5239da98aa Mon Sep 17 00:00:00 2001 From: Aymane Harmaz Date: Fri, 13 Feb 2026 12:47:29 +0100 Subject: [PATCH] 8536: Add LICENSE.txt and THIRD_PARTY_LICENSES.txt to the sources jars of jmc/core modules --- core/pom.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 92b2d74df..3b474c65d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,6 +1,6 @@ 4.13.2 @@ -85,7 +86,7 @@ Universal Permissive License Version 1.0 https://oss.oracle.com/licenses/upl repo - Copyright (c) 2018, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. + Copyright (c) 2018, 2026, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. @@ -409,6 +410,24 @@ + + org.codehaus.mojo + build-helper-maven-plugin + ${build.helper.maven.version} + + + package + + add-source + + + + ${rootDir}/license + + + + + org.apache.maven.plugins maven-source-plugin