From 51e61c37ab26a2558a29a617d242c614d2757119 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 14 Nov 2025 06:11:13 +0000
Subject: [PATCH 1/2] Initial plan
From 1c515d0ef264939693451d50e7f00b7e22ac4ce5 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 14 Nov 2025 06:20:36 +0000
Subject: [PATCH 2/2] Configure Maven plugins to prevent samples from being
published to Maven Central
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
---
samples/pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/samples/pom.xml b/samples/pom.xml
index 82acf1fb..98d7b2bb 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -82,6 +82,52 @@
true
+
+ org.apache.maven.plugins
+ maven-install-plugin
+
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ attach-sources
+ none
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ attach-javadocs
+ none
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ sign-artifacts
+ none
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+
+
+ true
+
+