This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch maven-compiler-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by
this push:
new 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
0fe9b84 is described below
commit 0fe9b843f9065fc40eebfddc7f5e0a479cc76c6d
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Tue Dec 23 17:17:01 2025 +0100
Remove declaration of "plexus-snapshots" repository (#1010)
---
pom.xml | 13 -------------
src/it/settings.xml | 11 -----------
2 files changed, 24 deletions(-)
diff --git a/pom.xml b/pom.xml
index 056e3eb..6fd7031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,19 +198,6 @@ under the License.
</dependency>
</dependencies>
- <repositories>
- <repository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>plexus.snapshots</id>
- <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
- </repository>
- </repositories>
-
<build>
<pluginManagement>
<plugins>
diff --git a/src/it/settings.xml b/src/it/settings.xml
index 0a5c986..c8f77f0 100644
--- a/src/it/settings.xml
+++ b/src/it/settings.xml
@@ -37,17 +37,6 @@ under the License.
<enabled>true</enabled>
</snapshots>
</repository>
- <repository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>plexus-snapshots</id>
- <name>Plexus Snapshot Repository</name>
-
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>