This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch drop-doxia-tools in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit d19927eeddca03d2f9ec3c64382e9a94c81765eb Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Oct 2 00:49:16 2025 +0200 Drop Doxia Tools parent pom --- doxia-tools/pom.xml | 114 ------------------------------------------ doxia-tools/src/site/site.xml | 42 ---------------- pom.xml | 1 - 3 files changed, 157 deletions(-) diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml deleted file mode 100644 index 3608a4f..0000000 --- a/doxia-tools/pom.xml +++ /dev/null @@ -1,114 +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/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.maven</groupId> - <artifactId>maven-parent</artifactId> - <version>46-SNAPSHOT</version> - </parent> - - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-tools</artifactId> - <packaging>pom</packaging> - - <name>Apache Maven Doxia Tools</name> - <description>A set of tools for working with Doxia documents.</description> - <url>https://maven.apache.org/doxia/doxia-tools/</url> - <inceptionYear>2005</inceptionYear> - - <issueManagement> - <system>jira</system> - <url>https://issues.apache.org/jira/browse/DOXIATOOLS</url> - </issueManagement> - <ciManagement> - <system>Jenkins</system> - <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/doxia-tools/</url> - </ciManagement> - - <distributionManagement> - <site> - <id>apache.website</id> - <url>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/website/components/doxia-tools-archives/</url> - </site> - </distributionManagement> - - <properties> - <projectVersion>${project.version}</projectVersion> - <maven.site.path>doxia-tools-archives/${project.artifactId}-${maven.site.path.suffix}</maven.site.path> - </properties> - - <build> - <pluginManagement> - <plugins> - <!-- publish mono-module site with "mvn site-deploy" --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <!-- don't deploy site with maven-site-plugin --> - <skipDeploy>true</skipDeploy> - </configuration> - </plugin> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-scm-publish-plugin</artifactId> - <configuration> - <!-- no need for site:stage, use target/site --> - <content>${project.reporting.outputDirectory}</content> - </configuration> - <executions> - <execution> - <!-- deploy site with maven-scm-publish-plugin --> - <id>scm-publish</id> - <goals> - <goal>publish-scm</goal> - </goals> - <phase>site-deploy</phase> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <executions> - <execution> - <id>attach-descriptor</id> - <goals> - <goal>attach-descriptor</goal> - </goals> - <inherited>false</inherited> - </execution> - <execution> - <id>default-site</id> - <inherited>false</inherited> - <configuration> - <skip>true</skip> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> diff --git a/doxia-tools/src/site/site.xml b/doxia-tools/src/site/site.xml deleted file mode 100644 index c3baa69..0000000 --- a/doxia-tools/src/site/site.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<!-- -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. ---> - -<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> - - <bannerRight href="https://maven.apache.org/doxia/"> - <image src="images/doxia-logo.png"/> - </bannerRight> - - <body> - <breadcrumbs> - <item name="Doxia" href="https://maven.apache.org/doxia/index.html" /> - <item name="Doxia Tools" href="https://maven.apache.org/doxia/doxia-tools/index.html" /> - </breadcrumbs> - - <menu name="Modules"> - <item name="Doxia Book Maven Plugin" href="./doxia-book-maven-plugin/index.html" /> - <item name="Doxia Book Renderer" href="./doxia-book-renderer/index.html" /> - <item name="Doxia Converter" href="./doxia-converter/index.html" /> - <item name="Doxia Linkcheck" href="./doxia-linkcheck/index.html" /> - </menu> - </body> -</site> diff --git a/pom.xml b/pom.xml index 19fd1dc..2e4bf3a 100644 --- a/pom.xml +++ b/pom.xml @@ -930,7 +930,6 @@ under the License. <module>maven-plugins</module> <module>maven-shared-components</module> <module>maven-skins</module> - <module>doxia-tools</module> <module>docs</module> </modules>