This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 52eafed Remove plexus components.xml (#100) 52eafed is described below commit 52eafed831f4912f44ad15f6555be7c4791d2c09 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Tue Dec 24 15:31:26 2024 +0000 Remove plexus components.xml (#100) --- src/test/resources/META-INF/plexus/components.xml | 31 ----------------------- 1 file changed, 31 deletions(-) diff --git a/src/test/resources/META-INF/plexus/components.xml b/src/test/resources/META-INF/plexus/components.xml deleted file mode 100644 index c832397..0000000 --- a/src/test/resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,31 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<component-set> - <components> - - <component> - <role>org.codehaus.plexus.mailsender.test.SmtpServer</role> - <implementation>org.codehaus.plexus.mailsender.test.DumbsterSmtpServer</implementation> - <configuration> - <port>4000</port> - </configuration> - </component> - - </components> -</component-set>