This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch docck-rm in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 0870e9cb2a4f73244a9b89cef48a69eba56404e9 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Jan 5 15:39:18 2024 +0100 docck Maven Plugin was retired so remove reference from docs --- content/apt/plugin-developers/index.apt | 2 - .../apt/plugin-developers/plugin-documenting.apt | 46 ---------------------- content/site.xml | 1 - content/xdoc/scm.xml | 6 --- 4 files changed, 55 deletions(-) diff --git a/content/apt/plugin-developers/index.apt b/content/apt/plugin-developers/index.apt index c9f55bc4..e8f45e8d 100644 --- a/content/apt/plugin-developers/index.apt +++ b/content/apt/plugin-developers/index.apt @@ -46,8 +46,6 @@ Plugin Developers Centre * {{{./plugin-testing.html} Testing your Plugin}} - How to write tests for your plugins - * {{{./plugin-documenting.html} Documenting your Plugin}} - How to write documentation for your plugins - * TODO: creating and using custom packaging (like {{{/archetype/archetype-packaging/}<<<maven-archetype>>> packaging}}) * {{{./common-bugs.html} Common Bugs and Pitfalls}} - Overview of problematic coding patterns diff --git a/content/apt/plugin-developers/plugin-documenting.apt b/content/apt/plugin-developers/plugin-documenting.apt deleted file mode 100644 index 77c0b90f..00000000 --- a/content/apt/plugin-developers/plugin-documenting.apt +++ /dev/null @@ -1,46 +0,0 @@ - ------ - Developers centre - Documentation Plugins Strategies - ------ - Vincent Siveton - ------ - 2006-10-01 - ------ - -~~ 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: -~~ http://maven.apache.org/doxia/references/apt-format.html - -Introduction - - A {{{../guides/development/guide-plugin-documentation.html}Guide to the Plugin Documentation Standard}} was created. - This document is intended to verify it during the Plugins development. - -Verify Plugin Documentation - - The {{{../plugins/maven-docck-plugin}maven-docck-plugin}} checks that a project complies with the Plugin Documentation Standard. - - You <<should>> verify that all Plugin documentation respects this standard. The maven-docck-plugin can be run: - -------- -mvn docck:check -------- - -References - - * {{{http://cwiki.apache.org/confluence/display/MAVENOLD/Maven+Plugin+Documentation}Maven Plugin Documentation}} diff --git a/content/site.xml b/content/site.xml index ffb0fbeb..18cffc8f 100644 --- a/content/site.xml +++ b/content/site.xml @@ -138,7 +138,6 @@ under the License. <item name="Your First Mojo" href="/guides/plugin/guide-java-plugin-development.html" /> <item name="Your First Report Mojo" href="/guides/plugin/guide-java-report-plugin-development.html" /> <item name="Testing Plugins" href="/plugin-developers/plugin-testing.html" /> - <item name="Documenting Plugins" href="/plugin-developers/plugin-documenting.html" /> <item name="Mojo API" href="/developers/mojo-api-specification.html" /> <item name="Maven 3.1.x logging" href="/maven-logging.html" /> <item name="Common Bugs and Pitfalls" href="/plugin-developers/common-bugs.html" /> diff --git a/content/xdoc/scm.xml b/content/xdoc/scm.xml index 17e95b61..8cd58f69 100644 --- a/content/xdoc/scm.xml +++ b/content/xdoc/scm.xml @@ -307,12 +307,6 @@ repo start master --all</pre> <td><a href="https://github.com/apache/maven-doap-plugin/">(GitHub mirror)</a></td> <td></td> </tr> - <tr> - <td><a href="/plugins/maven-docck-plugin/">Apache Maven Documentation Checker Plugin</a></td> - <td><code><a href="https://gitbox.apache.org/repos/asf/maven-docck-plugin.git">https://gitbox.apache.org/repos/asf/maven-docck-plugin.git</a></code></td> - <td><a href="https://github.com/apache/maven-docck-plugin/">(GitHub mirror)</a></td> - <td></td> - </tr> <tr> <td><a href="/plugins/maven-ear-plugin/">Apache Maven EAR Plugin</a></td> <td><code><a href="https://gitbox.apache.org/repos/asf/maven-ear-plugin.git">https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</a></code></td>