Changing scm url and improving site generation
diff --git a/pom.xml b/pom.xml
index befc075..f0b32af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,19 +33,24 @@
   <packaging>bundle</packaging>
   <name>Spring Quartz Component</name>
 
-  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+  <properties>
+    <scmBrowseUrl>https://gitbox.apache.org/repos/asf?a=tree;p=archiva-redback-components-spring-quartz.git</scmBrowseUrl>
+  </properties>
+
+
+  <url>${webUrl}/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
+      <url>${siteUrl}/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-quartz/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-quartz/</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-quartz/</url>
+    <connection>scm:git:http://gitbox.apache.org/repos/asf/archiva-redback-components-spring-quartz.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-quartz.git</developerConnection>
+    <url>${scmBrowseUrl};f=spring-quartz</url>
   </scm>
 
   <dependencies>
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..b69f3ec
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ 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.
+  -->
+
+<project name="Spring Quartz Component" >
+
+  <publishDate format="yyyy-MM-dd" position="none" />
+
+  <body>
+    <menu ref="modules" />
+    <menu ref="reports" />
+    <menu ref="ASF" />
+    <breadcrumbs>
+      <item name="Redback Components" href="../index.html" />
+      <item name="Spring Quartz" href="index.html" />
+    </breadcrumbs>
+  </body>
+</project>