This is an automated email from the ASF dual-hosted git repository.

rmaucher pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 51e95bf  Fixes
51e95bf is described below

commit 51e95bf1771f91f849932dcd798df5d3c1a8cf1e
Author: remm <[email protected]>
AuthorDate: Thu May 7 16:12:44 2026 +0200

    Fixes
---
 src/site/apt/container-goals.apt                   | 73 ----------------------
 src/site/apt/container-goals.apt.vm                | 73 ++++++++++++++++++++++
 .../{context-goals.apt => context-goals.apt.vm}    | 56 ++++++++---------
 src/site/apt/{run-goals.apt => run-goals.apt.vm}   | 46 +++++++-------
 src/site/site.xml                                  |  4 +-
 5 files changed, 126 insertions(+), 126 deletions(-)

diff --git a/src/site/apt/container-goals.apt b/src/site/apt/container-goals.apt
deleted file mode 100644
index 65c36bc..0000000
--- a/src/site/apt/container-goals.apt
+++ /dev/null
@@ -1,73 +0,0 @@
----
-  Container Goals
-  ---
-  Mark Hobson
-  <[email protected]>
-  ---
-  2011-01-10
-  ---
-
-  ~~ 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
-
-Container Goals
-
-  This document describes container-related goals in the Apache Tomcat Maven 
Plugin.
-
-  * {{{#Listing deployed applications}Listing deployed applications}}
-  * {{{#Getting server information}Getting server information}}
-  * {{{#Listing JNDI resources}Listing JNDI resources}}
-  []
-
- These are described in more detail below.
-
-* {Listing deployed applications}
-
- To list all the currently deployed applications in Tomcat you can type:
-
-+--
-mvn tomcat:list
-+--
-
-* {Getting server information}
-
- To list information about the Tomcat version, OS, and JVM properties you can
- type:
-
-+--
-mvn tomcat:serverinfo
-+--
-
-* {Listing JNDI resources}
-
- To list all the JNDI resources available within Tomcat you can type:
-
-+--
-mvn tomcat:resources
-+--
-
- Alternatively, to list only JNDI resources of a specific type you can type:
-
-+--
-mvn -Dmaven.tomcat.type=my.class.name tomcat:resources
-+--
-
-  Note: For detailed information about container management, please refer to 
the
-  Tomcat documentation at 
http://tomcat.apache.org/tomcat-10.0-doc/manager-howto.html
\ No newline at end of file
diff --git a/src/site/apt/container-goals.apt.vm 
b/src/site/apt/container-goals.apt.vm
new file mode 100644
index 0000000..8f49671
--- /dev/null
+++ b/src/site/apt/container-goals.apt.vm
@@ -0,0 +1,73 @@
+ ---
+ Container Goals
+ ---
+ Mark Hobson
+ <[email protected]>
+ ---
+ 2011-01-10
+ ---
+
+ ~~ 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
+
+Container Goals
+
+  This document describes container-related goals in the Apache Tomcat Maven 
Plugin.
+
+  * {{{#Listing deployed applications}Listing deployed applications}}
+  * {{{#Getting server information}Getting server information}}
+  * {{{#Listing JNDI resources}Listing JNDI resources}}
+  []
+
+ These are described in more detail below.
+
+* {Listing deployed applications}
+
+ To list all the currently deployed applications in Tomcat you can type:
+
++--
+mvn tomcat:list
++--
+
+* {Getting server information}
+
+ To list information about the Tomcat version, OS, and JVM properties you can
+ type:
+
++--
+mvn tomcat:serverinfo
++--
+
+* {Listing JNDI resources}
+
+ To list all the JNDI resources available within Tomcat you can type:
+
++--
+mvn tomcat:resources
++--
+
+ Alternatively, to list only JNDI resources of a specific type you can type:
+
++--
+mvn -Dmaven.tomcat.type=my.class.name tomcat:resources
++--
+
+  Note: For detailed information about container management, please refer to 
the
+  Tomcat documentation at 
http://tomcat.apache.org/tomcat-10.0-doc/manager-howto.html
\ No newline at end of file
diff --git a/src/site/apt/context-goals.apt b/src/site/apt/context-goals.apt.vm
similarity index 59%
rename from src/site/apt/context-goals.apt
rename to src/site/apt/context-goals.apt.vm
index 28f58ab..60b41e8 100644
--- a/src/site/apt/context-goals.apt
+++ b/src/site/apt/context-goals.apt.vm
@@ -1,31 +1,31 @@
----
-  Context Goals
-  ---
-  Mark Hobson
-  <[email protected]>
-  ---
-  2011-01-10
-  ---
-
-  ~~ 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
+ ---
+ Context Goals
+ ---
+ Mark Hobson
+ <[email protected]>
+ ---
+ 2011-01-10
+ ---
+
+ ~~ 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
 
 Context Goals
 
diff --git a/src/site/apt/run-goals.apt b/src/site/apt/run-goals.apt.vm
similarity index 68%
rename from src/site/apt/run-goals.apt
rename to src/site/apt/run-goals.apt.vm
index 605a524..9fbaba7 100644
--- a/src/site/apt/run-goals.apt
+++ b/src/site/apt/run-goals.apt.vm
@@ -1,26 +1,26 @@
----
-  Run Goals
-  ---
-
-  ~~ 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
+ ---
+ Run Goals
+ ---
+
+ ~~ 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
 
 Run Goals
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 54de856..56a7064 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -82,8 +82,8 @@
     </menu>
 
     <footer>
-      <div class="row span16">
-        Apache Tomcat, Tomcat, Apache Maven, Maven, Apache, the Apache logo, 
and the Apache Tomcat project logo are trademarks of the Apache Software 
Foundation.</div>
+      <![CDATA[<div class="row span16">
+        Apache Tomcat, Tomcat, Apache Maven, Maven, Apache, the Apache logo, 
and the Apache Tomcat project logo are trademarks of the Apache Software 
Foundation.</div>]]>
     </footer>
 
   </body>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to