This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch comp in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
commit b783065a0414db7e305b2c63269fc96eb3a8dfc8 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Tue Dec 24 08:04:04 2024 -0500 Remove plexus components.xml --- .../main/resources/META-INF/plexus/components.xml | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/maven-jxr-plugin/src/main/resources/META-INF/plexus/components.xml b/maven-jxr-plugin/src/main/resources/META-INF/plexus/components.xml deleted file mode 100644 index c19b5e3..0000000 --- a/maven-jxr-plugin/src/main/resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,34 +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> - <!-- TODO: - - this should be generated using cdc - - need to configure the reports - - the hint should perhaps use a qualifier -> this is equivalent to how we must deal with plugins outside of the maven group ID - --> - <components> - <component> - <role>org.apache.maven.reporting.MavenReport</role> - <role-hint>jxr</role-hint> - <implementation>org.apache.maven.plugin.jxr.JxrReport</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - </component> - </components> -</component-set> \ No newline at end of file