This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git
The following commit(s) were added to refs/heads/master by this push:
new 2876657 use fluido skin v1.9, use 1.9-SNAPSHOT parent, fix .gitignore
2876657 is described below
commit 287665732b7ca32bae30c6d4307cbba56362fe18
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Sep 21 12:47:23 2021 +0100
use fluido skin v1.9, use 1.9-SNAPSHOT parent, fix .gitignore
---
.gitignore | 2 +-
pom.xml | 2 +-
src/site/site.xml | 14 ++++++++++++++
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4dd87bc..8a8c430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-target
+target/
*.log
.classpath
.project
diff --git a/pom.xml b/pom.xml
index 7d285d9..34721a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>8</version>
+ <version>9-SNAPSHOT</version>
<relativePath />
</parent>
diff --git a/src/site/site.xml b/src/site/site.xml
index 4473bbd..6b7f7d0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,10 +21,24 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
name="Fulcrum Factory">
+
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.9</version>
+ </skin>
+
<body>
<menu name="Overview">
<item name="Main" href="/index.html"/>
<item name="ToDos" href="/tasks.html" />
</menu>
</body>
+
+ <custom>
+ <fluidoSkin>
+ <topBarEnabled>false</topBarEnabled>
+ <sideBarEnabled>true</sideBarEnabled>
+ </fluidoSkin>
+ </custom>
</project>