From c7e20502f8d395435f4147e0c499c759720bb245 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 6 Aug 2026 02:11:59 +0200 Subject: [PATCH 1/2] Restore the plain form of the ASF licence header An earlier APT to Markdown conversion left the header as one HTML comment per line, and in one page as a Java block comment wrapped in an HTML comment. Both are hard to read and neither matches the header every other file in the project carries. They are now the plain block form. RAT still recognises it. --- src/site/markdown/examples/deploy-ftp.md | 34 ++++++++++--------- src/site/markdown/examples/deploy-http.md | 34 ++++++++++--------- .../examples/deploy-network-issues.md | 34 ++++++++++--------- .../markdown/examples/deploy-ssh-external.md | 34 ++++++++++--------- .../examples/deploying-in-legacy-layout.md.vm | 34 ++++++++++--------- .../examples/deploying-sources-javadoc.md.vm | 34 ++++++++++--------- .../examples/deploying-with-classifiers.md.vm | 34 ++++++++++--------- .../deploying-with-customized-pom.md.vm | 34 ++++++++++--------- .../examples/disabling-generic-pom.md.vm | 34 ++++++++++--------- src/site/markdown/file-deployment.md | 34 ++++++++++--------- src/site/markdown/index.md.vm | 34 ++++++++++--------- src/site/markdown/project-deployment.md | 34 ++++++++++--------- src/site/markdown/usage.md | 34 ++++++++++--------- 13 files changed, 234 insertions(+), 208 deletions(-) diff --git a/src/site/markdown/examples/deploy-ftp.md b/src/site/markdown/examples/deploy-ftp.md index d5f81a4d..31b37092 100644 --- a/src/site/markdown/examples/deploy-ftp.md +++ b/src/site/markdown/examples/deploy-ftp.md @@ -5,22 +5,24 @@ author: date: 2005-10-12 --- - - - - - - - - - - - - - - - - + # Deployment of artifacts with FTP diff --git a/src/site/markdown/examples/deploy-http.md b/src/site/markdown/examples/deploy-http.md index a2c07d1b..ed40eecc 100644 --- a/src/site/markdown/examples/deploy-http.md +++ b/src/site/markdown/examples/deploy-http.md @@ -5,22 +5,24 @@ author: date: 2025-09-17 --- - - - - - - - - - - - - - - - - + # Deployment of artifacts with HTTP(S) diff --git a/src/site/markdown/examples/deploy-network-issues.md b/src/site/markdown/examples/deploy-network-issues.md index ad77b295..49f98453 100644 --- a/src/site/markdown/examples/deploy-network-issues.md +++ b/src/site/markdown/examples/deploy-network-issues.md @@ -5,22 +5,24 @@ author: date: 2019-01-20 --- - - - - - - - - - - - - - - - - + # Deploying With Network Issues diff --git a/src/site/markdown/examples/deploy-ssh-external.md b/src/site/markdown/examples/deploy-ssh-external.md index 056a7696..00a3e9be 100644 --- a/src/site/markdown/examples/deploy-ssh-external.md +++ b/src/site/markdown/examples/deploy-ssh-external.md @@ -5,22 +5,24 @@ author: date: 2005-10-12 --- - - - - - - - - - - - - - - - - + # Deployment of artifacts in an external SSH command diff --git a/src/site/markdown/examples/deploying-in-legacy-layout.md.vm b/src/site/markdown/examples/deploying-in-legacy-layout.md.vm index 48f81169..d51b7b87 100644 --- a/src/site/markdown/examples/deploying-in-legacy-layout.md.vm +++ b/src/site/markdown/examples/deploying-in-legacy-layout.md.vm @@ -5,22 +5,24 @@ author: date: 2006-06-21 --- - - - - - - - - - - - - - - - - + # Deploy an artifact in legacy layout diff --git a/src/site/markdown/examples/deploying-sources-javadoc.md.vm b/src/site/markdown/examples/deploying-sources-javadoc.md.vm index 88f7f2be..05064935 100644 --- a/src/site/markdown/examples/deploying-sources-javadoc.md.vm +++ b/src/site/markdown/examples/deploying-sources-javadoc.md.vm @@ -3,22 +3,24 @@ title: Deploy sources and javadocs for an artifact date: 20011-02-23 --- - - - - - - - - - - - - - - - - + # Deploy sources and javadoc jars diff --git a/src/site/markdown/examples/deploying-with-classifiers.md.vm b/src/site/markdown/examples/deploying-with-classifiers.md.vm index 7b12b67c..00131b80 100644 --- a/src/site/markdown/examples/deploying-with-classifiers.md.vm +++ b/src/site/markdown/examples/deploying-with-classifiers.md.vm @@ -5,22 +5,24 @@ author: date: 2013-09-01 --- - - - - - - - - - - - - - - - - + # Deploy an artifact with classifier diff --git a/src/site/markdown/examples/deploying-with-customized-pom.md.vm b/src/site/markdown/examples/deploying-with-customized-pom.md.vm index 33dce412..6f376789 100644 --- a/src/site/markdown/examples/deploying-with-customized-pom.md.vm +++ b/src/site/markdown/examples/deploying-with-customized-pom.md.vm @@ -5,22 +5,24 @@ author: date: 2006-06-21 --- - - - - - - - - - - - - - - - - + # Deploy an artifact with a customized pom diff --git a/src/site/markdown/examples/disabling-generic-pom.md.vm b/src/site/markdown/examples/disabling-generic-pom.md.vm index 863576ac..9e64c756 100644 --- a/src/site/markdown/examples/disabling-generic-pom.md.vm +++ b/src/site/markdown/examples/disabling-generic-pom.md.vm @@ -5,22 +5,24 @@ author: date: 2006-06-21 --- - - - - - - - - - - - - - - - - + # Disable the generation of pom diff --git a/src/site/markdown/file-deployment.md b/src/site/markdown/file-deployment.md index c234af65..bc230e79 100644 --- a/src/site/markdown/file-deployment.md +++ b/src/site/markdown/file-deployment.md @@ -5,22 +5,24 @@ author: date: 2006-07-14 --- - - - - - - - - - - - - - - - - + # File Deployment diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index b3cc1ecb..bb01155b 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -5,22 +5,24 @@ author: date: 2013-07-22 --- - - - - - - - - - - - - - - - - + # ${project.name} diff --git a/src/site/markdown/project-deployment.md b/src/site/markdown/project-deployment.md index 2a4fb809..0afed678 100644 --- a/src/site/markdown/project-deployment.md +++ b/src/site/markdown/project-deployment.md @@ -5,22 +5,24 @@ author: date: 2006-07-14 --- - - - - - - - - - - - - - - - - + # Project Deployment diff --git a/src/site/markdown/usage.md b/src/site/markdown/usage.md index ed8cad6e..bd80edc7 100644 --- a/src/site/markdown/usage.md +++ b/src/site/markdown/usage.md @@ -6,22 +6,24 @@ author: date: 2006-01-29 --- - - - - - - - - - - - - - - - - + # Usage From 17e9471464822e7ddd5fc812bf7d68b268c30b79 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 9 Aug 2026 12:38:07 +0200 Subject: [PATCH 2/2] Keep the licence URL indented as the rest of the project has it The per-line form carried three spaces after the comment opener; dropping all of them left the URL flush with the surrounding text, while pom.xml and every other header in the tree indent it by two. Generated-by: Claude Opus 5 (1M context) --- src/site/markdown/examples/deploy-ftp.md | 2 +- src/site/markdown/examples/deploy-http.md | 2 +- src/site/markdown/examples/deploy-network-issues.md | 2 +- src/site/markdown/examples/deploy-ssh-external.md | 2 +- src/site/markdown/examples/deploying-in-legacy-layout.md.vm | 2 +- src/site/markdown/examples/deploying-sources-javadoc.md.vm | 2 +- src/site/markdown/examples/deploying-with-classifiers.md.vm | 2 +- src/site/markdown/examples/deploying-with-customized-pom.md.vm | 2 +- src/site/markdown/examples/disabling-generic-pom.md.vm | 2 +- src/site/markdown/file-deployment.md | 2 +- src/site/markdown/index.md.vm | 2 +- src/site/markdown/project-deployment.md | 2 +- src/site/markdown/usage.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/site/markdown/examples/deploy-ftp.md b/src/site/markdown/examples/deploy-ftp.md index 31b37092..ac578d5c 100644 --- a/src/site/markdown/examples/deploy-ftp.md +++ b/src/site/markdown/examples/deploy-ftp.md @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/deploy-http.md b/src/site/markdown/examples/deploy-http.md index ed40eecc..2289b16a 100644 --- a/src/site/markdown/examples/deploy-http.md +++ b/src/site/markdown/examples/deploy-http.md @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/deploy-network-issues.md b/src/site/markdown/examples/deploy-network-issues.md index 49f98453..4ce05d0a 100644 --- a/src/site/markdown/examples/deploy-network-issues.md +++ b/src/site/markdown/examples/deploy-network-issues.md @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/deploy-ssh-external.md b/src/site/markdown/examples/deploy-ssh-external.md index 00a3e9be..8c934591 100644 --- a/src/site/markdown/examples/deploy-ssh-external.md +++ b/src/site/markdown/examples/deploy-ssh-external.md @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/deploying-in-legacy-layout.md.vm b/src/site/markdown/examples/deploying-in-legacy-layout.md.vm index d51b7b87..f7acd9aa 100644 --- a/src/site/markdown/examples/deploying-in-legacy-layout.md.vm +++ b/src/site/markdown/examples/deploying-in-legacy-layout.md.vm @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/deploying-sources-javadoc.md.vm b/src/site/markdown/examples/deploying-sources-javadoc.md.vm index 05064935..b1bd4417 100644 --- a/src/site/markdown/examples/deploying-sources-javadoc.md.vm +++ b/src/site/markdown/examples/deploying-sources-javadoc.md.vm @@ -12,7 +12,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/deploying-with-classifiers.md.vm b/src/site/markdown/examples/deploying-with-classifiers.md.vm index 00131b80..0ceffbd1 100644 --- a/src/site/markdown/examples/deploying-with-classifiers.md.vm +++ b/src/site/markdown/examples/deploying-with-classifiers.md.vm @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/deploying-with-customized-pom.md.vm b/src/site/markdown/examples/deploying-with-customized-pom.md.vm index 6f376789..4bd4c1a5 100644 --- a/src/site/markdown/examples/deploying-with-customized-pom.md.vm +++ b/src/site/markdown/examples/deploying-with-customized-pom.md.vm @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/examples/disabling-generic-pom.md.vm b/src/site/markdown/examples/disabling-generic-pom.md.vm index 9e64c756..36d0e9ef 100644 --- a/src/site/markdown/examples/disabling-generic-pom.md.vm +++ b/src/site/markdown/examples/disabling-generic-pom.md.vm @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/file-deployment.md b/src/site/markdown/file-deployment.md index bc230e79..832ada18 100644 --- a/src/site/markdown/file-deployment.md +++ b/src/site/markdown/file-deployment.md @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index bb01155b..b3107067 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/project-deployment.md b/src/site/markdown/project-deployment.md index 0afed678..0581e394 100644 --- a/src/site/markdown/project-deployment.md +++ b/src/site/markdown/project-deployment.md @@ -14,7 +14,7 @@ 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 + 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 diff --git a/src/site/markdown/usage.md b/src/site/markdown/usage.md index bd80edc7..5831c31f 100644 --- a/src/site/markdown/usage.md +++ b/src/site/markdown/usage.md @@ -15,7 +15,7 @@ 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 + 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