This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 053a526 Remove declaration of "plexus-snapshots" repository in
integration tests (#1009)
053a526 is described below
commit 053a526a219d87197788b5f27fafe4f920fe5cc0
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Tue Dec 23 10:30:48 2025 +0100
Remove declaration of "plexus-snapshots" repository in integration tests
(#1009)
---
src/it/settings.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/src/it/settings.xml b/src/it/settings.xml
index f433395..5617e4e 100644
--- a/src/it/settings.xml
+++ b/src/it/settings.xml
@@ -39,19 +39,6 @@ under the License.
<checksumPolicy>ignore</checksumPolicy>
</snapshots>
</repository>
- <repository>
- <releases>
- <enabled>false</enabled>
- <checksumPolicy>ignore</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>ignore</checksumPolicy>
- </snapshots>
- <id>plexus-snapshots</id>
- <name>Plexus Snapshot Repository</name>
-
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>