[maven-release-plugin] copy for tag fulcrum-quartz-1.1.2

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.2@1890803 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index cd3d5ac..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.classpath
-.project
-velocity.log
-target
-junit*.properties
-jcoverage.ser
-*.iml
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0a7a64b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+target

+*.log

+.classpath

+.project

+*.iml
\ No newline at end of file
diff --git a/NOTICE.txt b/NOTICE.txt
new file mode 100644
index 0000000..ae1dc8d
--- /dev/null
+++ b/NOTICE.txt
@@ -0,0 +1,6 @@
+Turbine Fulcrum Quartz
+Copyright 2002-2021 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
diff --git a/pom.xml b/pom.xml
index 507aed9..5cae9b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,22 +16,23 @@
    limitations under the License.

 -->

 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

-	<parent>

-		<artifactId>turbine-parent</artifactId>

-		<groupId>org.apache.turbine</groupId>

-		<version>8</version>

-	</parent>

+    <parent>

+        <artifactId>turbine-parent</artifactId>

+        <groupId>org.apache.turbine</groupId>

+        <version>8</version>

+        <relativePath />

+    </parent>

 

-	<modelVersion>4.0.0</modelVersion>

-	<groupId>org.apache.fulcrum</groupId>

-	<artifactId>fulcrum-quartz</artifactId>

-	<version>1.1.2</version>

-	<name>Fulcrum Quartz</name>

-	<inceptionYear>2004</inceptionYear>

-	<description>A wrapper around the Quartz Scheduler.</description>

-	<url>http://turbine.apache.org/fulcrum/fulcrum-quartz/</url>

+    <modelVersion>4.0.0</modelVersion>

+    <groupId>org.apache.fulcrum</groupId>

+    <artifactId>fulcrum-quartz</artifactId>

+    <version>1.1.2</version>

+    <name>Fulcrum Quartz</name>

+    <inceptionYear>2004</inceptionYear>

+    <description>A wrapper around the Quartz Scheduler.</description>

+    <url>https://turbine.apache.org/fulcrum/fulcrum-quartz/</url>

 

-	<!-- Required for staging to work -->

+    <!-- Required for staging to work -->

     <distributionManagement>

        <site>

               <id>turbine.apache.org</id>

@@ -146,7 +147,7 @@
 

 

 

-	</build>

+    </build>

 

   <properties>

     <turbine.site.path>fulcrum/fulcrum-quartz</turbine.site.path>

diff --git a/src/site/site.xml b/src/site/site.xml
index 5109be8..7917203 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,11 +21,25 @@
   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 Quartz Service">
+  
+   <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+  
   <body>
     <menu name="Overview">
-      <item name="About"               href="/index.html"/>
-      <item name="Configuration"       href="/configuration.html"/>
-      <item name="Cron Samples"        href="/cronsamples.html"/>
+      <item name="About"               href="index.html"/>
+      <item name="Configuration"       href="configuration.html"/>
+      <item name="Cron Samples"        href="cronsamples.html"/>
     </menu>  
-  </body>
+  </body> 
+  
+  <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom>
 </project>