This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 28f6f1e Remove doxia-tools from documentations
28f6f1e is described below
commit 28f6f1e720c66a7cd5d17c1a20c0c3c582eecf82
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Nov 9 21:45:54 2025 +0100
Remove doxia-tools from documentations
---
docs/doxia-tools/pom.xml | 49 --------------------------
docs/doxia-tools/src/site/apt/index.apt.vm | 42 ----------------------
docs/doxia-tools/src/site/site.xml | 40 ---------------------
docs/maven-extensions/src/site/site.xml | 1 -
docs/maven-plugins/src/site/site.xml | 1 -
docs/maven-shared-components/src/site/site.xml | 1 -
docs/maven-skins/src/site/site.xml | 1 -
docs/pom.xml | 1 -
docs/src/site/site.xml | 1 -
9 files changed, 137 deletions(-)
diff --git a/docs/doxia-tools/pom.xml b/docs/doxia-tools/pom.xml
deleted file mode 100644
index 2138457..0000000
--- a/docs/doxia-tools/pom.xml
+++ /dev/null
@@ -1,49 +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>docs</artifactId>
- <version>46-SNAPSHOT</version>
- </parent>
-
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-tools-docs</artifactId>
- <packaging>pom</packaging>
-
- <name>Apache Maven Doxia Tools Parent POM</name>
- <description>This project consists of a POM that contains settings that are
likely to be useful to any Maven Doxia Tool that is building and releasing code
with Maven.</description>
- <url>https://maven.apache.org/pom/maven/doxia-tools</url>
-
- <scm>
- <tag>master</tag>
-
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/doxia-tools</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>apache.website</id>
-
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}/doxia-tools</url>
- </site>
- </distributionManagement>
-
-</project>
diff --git a/docs/doxia-tools/src/site/apt/index.apt.vm
b/docs/doxia-tools/src/site/apt/index.apt.vm
deleted file mode 100644
index 8bab27e..0000000
--- a/docs/doxia-tools/src/site/apt/index.apt.vm
+++ /dev/null
@@ -1,42 +0,0 @@
- -----
- Introduction
- -----
- Hervé Boutemy
- -----
- 2015-11-21
- -----
-
-~~ 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.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ https://maven.apache.org/doxia/references/apt-format.html
-
-${project.name}
-
- This POM is the common parent of all of the {{{/doxia/doxia-tools/}Maven
Doxia Tools}}
- in the Apache Maven project.
-
-* Site Publication
-
- Since Doxia Tools are always mono-module builds, this parent POM has
configured <<<maven-scm-publish-plugin>>>
-
{{{/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html}mono
module optimization}}
- to ease site build & deployment in only one integrated and simplified
command:
-
-+-----+
-mvn -Preporting site-deploy
-+-----+
diff --git a/docs/doxia-tools/src/site/site.xml
b/docs/doxia-tools/src/site/site.xml
deleted file mode 100644
index d1d850d..0000000
--- a/docs/doxia-tools/src/site/site.xml
+++ /dev/null
@@ -1,40 +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.
--->
-
-<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">
- <body>
- <breadcrumbs>
- <item name="Maven" href="https://maven.apache.org/pom/maven/index.html"
/>
- <item name="Doxia Tools"
href="https://maven.apache.org/pom/maven/doxia-tools/index.html" />
- </breadcrumbs>
-
- <menu name="Maven Parent POMs">
- <item name="Maven" href="../index.html" />
- <item name="Plugins" href="../maven-plugins/index.html" />
- <item name="Extensions" href="../maven-extensions/index.html" />
- <item name="Shared Components"
href="../maven-shared-components/index.html" />
- <item name="Skins" href="../maven-skins/index.html" />
- <item name="Doxia Tools" href="index.html" />
- </menu>
-
- </body>
-</site>
diff --git a/docs/maven-extensions/src/site/site.xml
b/docs/maven-extensions/src/site/site.xml
index c7230f9..3996168 100644
--- a/docs/maven-extensions/src/site/site.xml
+++ b/docs/maven-extensions/src/site/site.xml
@@ -33,7 +33,6 @@ under the License.
<item name="Extensions" href="index.html" />
<item name="Shared Components"
href="../maven-shared-components/index.html" />
<item name="Skins" href="../maven-skins/index.html" />
- <item name="Doxia Tools" href="../doxia-tools/index.html" />
</menu>
</body>
diff --git a/docs/maven-plugins/src/site/site.xml
b/docs/maven-plugins/src/site/site.xml
index bac855c..e372413 100644
--- a/docs/maven-plugins/src/site/site.xml
+++ b/docs/maven-plugins/src/site/site.xml
@@ -34,7 +34,6 @@ under the License.
<item name="Extensions" href="../maven-extensions/index.html" />
<item name="Shared Components"
href="../maven-shared-components/index.html" />
<item name="Skins" href="../maven-skins/index.html" />
- <item name="Doxia Tools" href="../doxia-tools/index.html" />
</menu>
</body>
diff --git a/docs/maven-shared-components/src/site/site.xml
b/docs/maven-shared-components/src/site/site.xml
index b1c3b60..d54f419 100644
--- a/docs/maven-shared-components/src/site/site.xml
+++ b/docs/maven-shared-components/src/site/site.xml
@@ -34,7 +34,6 @@ under the License.
<item name="Extensions" href="../maven-extensions/index.html" />
<item name="Shared Components" href="index.html" />
<item name="Skins" href="../maven-skins/index.html" />
- <item name="Doxia Tools" href="../doxia-tools/index.html" />
</menu>
</body>
diff --git a/docs/maven-skins/src/site/site.xml
b/docs/maven-skins/src/site/site.xml
index 35feee3..ca2d549 100644
--- a/docs/maven-skins/src/site/site.xml
+++ b/docs/maven-skins/src/site/site.xml
@@ -34,7 +34,6 @@ under the License.
<item name="Extensions" href="../maven-extensions/index.html" />
<item name="Shared Components"
href="../maven-shared-components/index.html" />
<item name="Skins" href="index.html" />
- <item name="Doxia Tools" href="../doxia-tools/index.html" />
</menu>
</body>
diff --git a/docs/pom.xml b/docs/pom.xml
index d458bb1..6e63f8e 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -38,7 +38,6 @@ under the License.
<module>maven-plugins</module>
<module>maven-shared-components</module>
<module>maven-skins</module>
- <module>doxia-tools</module>
</modules>
<scm>
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index e24020f..5f95000 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -80,7 +80,6 @@ under the License.
<item name="Extensions" href="maven-extensions/index.html"/>
<item name="Shared Components"
href="maven-shared-components/index.html"/>
<item name="Skins" href="maven-skins/index.html"/>
- <item name="Doxia Tools" href="doxia-tools/index.html"/>
</menu>
<menu ref="reports" inherit="bottom"/>