This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 227b13a900 Remove unused files (#1854) 227b13a900 is described below commit 227b13a9000e0478885b27f599c9e8babb5853c5 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Oct 25 17:35:25 2024 +0200 Remove unused files (#1854) --- build/checkstyle-suppressions.xml | 29 --------------- maven-bom/src/site/apt/index.apt | 29 --------------- maven-bom/src/site/site.xml | 78 --------------------------------------- 3 files changed, 136 deletions(-) diff --git a/build/checkstyle-suppressions.xml b/build/checkstyle-suppressions.xml deleted file mode 100644 index 45702996fb..0000000000 --- a/build/checkstyle-suppressions.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.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. ---> - -<!DOCTYPE suppressions PUBLIC - "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" - "https://checkstyle.org/dtds/suppressions_1_0.dtd"> - -<suppressions> - <suppress checks="JavadocVariable|JavadocMethod" files=".*" /> - <suppress checks="HiddenField" files=".*" /> -</suppressions> diff --git a/maven-bom/src/site/apt/index.apt b/maven-bom/src/site/apt/index.apt deleted file mode 100644 index 14acc85bc1..0000000000 --- a/maven-bom/src/site/apt/index.apt +++ /dev/null @@ -1,29 +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. - - ----- - Introduction - ----- - Hervé Boutemy - ----- - 2021-04-04 - ----- - -Maven Dependencies BOM - - Bill Of Materials for Apache Maven dependencies, to easily use as dependencyManagement import: see {{{./dependency-management.html}Dependency Management report}}. - diff --git a/maven-bom/src/site/site.xml b/maven-bom/src/site/site.xml deleted file mode 100644 index f9c6913f9e..0000000000 --- a/maven-bom/src/site/site.xml +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- -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. ---> - -<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> - - <bannerLeft> - <name>${project.name}</name> - <src>https://maven.apache.org/images/apache-maven-project.png</src> - <href>https://maven.apache.org/</href> - </bannerLeft> - - <bannerRight> - <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src> - <href>https://maven.apache.org/</href> - </bannerRight> - - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.11.2</version> - </skin> - - <edit>${project.scm.url}</edit> - - <custom> - <matomo> - <siteId>3</siteId> - <url>https://analytics.apache.org/</url> - <options> - <disableCookies/> - <trackPageView/> - <enableLinkTracking/> - </options> - </matomo> - </custom> - - <publishDate position="right" /> - <version position="right" /> - - <body> - <breadcrumbs> - <item name="Apache" href="https://www.apache.org/" /> - <item name="Maven" href="https://maven.apache.org/index.html" /> - <item name="Ref" href="../" /> - <item name="Maven ${project.version}" href="../" /> - <item name="${project.name}" href="./" /> - </breadcrumbs> - - <menu name="Overview"> - <item name="Introduction" href="index.html"/> - <!--item name="Javadocs" href="apidocs/index.html"/> - <item name="Source Xref" href="xref/index.html"/> - <item name="FAQ" href="faq.html"/--> - </menu> - - <menu ref="parent"/> - <menu ref="reports"/> - </body> -</project> \ No newline at end of file