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

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2c2a1bb0 Fix site remove elements, which are already defined in parent 
pom site.xml, if no need to override. Add info about more Torque configuration 
parameters
2c2a1bb0 is described below

commit 2c2a1bb06777bb110765ddb638066721c03b883f
Author: gk <[email protected]>
AuthorDate: Tue May 6 14:52:23 2025 +0200

    Fix site remove elements, which are already defined in parent pom site.xml, 
if no need to override. Add info about more Torque configuration parameters
---
 conf/test/TorqueTest.properties |  2 ++
 src/site/site.xml               | 14 ++++----------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/conf/test/TorqueTest.properties b/conf/test/TorqueTest.properties
index 35884b7a..8886b064 100644
--- a/conf/test/TorqueTest.properties
+++ b/conf/test/TorqueTest.properties
@@ -15,6 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# find more examples in Apache Torque project (module torque-runtime).
+
 torque.applicationRoot = .
 pipeline.default.descriptor = conf/turbine-classic-pipeline.xml
 # torque.defaults.pool.defaultMaxActive=30
diff --git a/src/site/site.xml b/src/site/site.xml
index e4aaf14b..a0539348 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -30,11 +30,9 @@
     </bannerRight>
   <publishDate format="dd MMMM yyyy" position="left" />
   <version position="left" />
-  <skin>
-        <groupId>org.apache.maven.skins</groupId>
-        <artifactId>maven-fluido-skin</artifactId>
-        <version>2.1.0</version>
-  </skin>
+  
+  <!-- skin in parent -->
+
   <body>
   
      <head>
@@ -45,11 +43,7 @@
        ]]>
     </head>
     
-    <links>
-        <item name="Apache" href="https://www.apache.org/";> </item>
-        <item name="Turbine" href="https://turbine.apache.org/";>  </item>
-          <item name="Fulcrum" href="/fulcrum/"> </item>
-    </links>
+    <!-- links in parent -->
   
     <menu name="General Information">
       <item name="Overview"              href="/index.html"/>

Reply via email to