This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit 4df28158c8a291228b30a1bbb2506b7421a6a9fd Author: Michael Osipov <[email protected]> AuthorDate: Sat Nov 27 16:50:10 2021 +0100 [DOXIA-624] Deprecate doxia-module-itext --- .../doxia-module-itext/src/site/apt/index.apt | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doxia-modules/doxia-module-itext/src/site/apt/index.apt b/doxia-modules/doxia-module-itext/src/site/apt/index.apt new file mode 100644 index 0000000..e4ef417 --- /dev/null +++ b/doxia-modules/doxia-module-itext/src/site/apt/index.apt @@ -0,0 +1,27 @@ + -------------- + Maven Doxia iText Module + -------------- + + ~~ 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 + +Deprecation Notice + + This Doxia module is deprecated and will be removed in version 2.0.0.
