Adjust site,readme and gitignore
diff --git a/.gitignore b/.gitignore
index 3bb462b..6e27347 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,2 @@
 /target/
 /nbactions.xml
-/nbm-maven-plugin/target/
-/nb-repository-plugin/target/
-/nbm-shared/target/
-/nbm-maven-harness/target/
-/archetype/nbm-archetype/target/
-/archetype/nbm-suite-root/target/
-/archetype/netbeans-platform-app-archetype/target/
-/parent/target/
-/webskin/target/
-/netbeansparent/target/
\ No newline at end of file
diff --git a/README.md b/README.md
index 8559067..5dd210b 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,10 @@
 
 # Apache NetBeans Maven Utilities NBM Harness
 
+[![Build Status](https://builds.apache.org/buildStatus/icon?job=netbeans-maven-TLP%2Fnetbeans-mavenutils-nbm-maven-harness%2Fmaster)](https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-nbm-maven-harness/job/master/)
+
+[Documentation Site](https://bits.netbeans.org/mavenutilities/nbm-maven-harness)
+
 ### Get In Touch
 
 [Subscribe](mailto:users-subscribe@netbeans.apache.org) or [mail](mailto:users@netbeans.apache.org) the [users@netbeans.apache.org](mailto:users@netbeans.apache.org) list - Ask questions, find answers, and also help other users.
diff --git a/pom.xml b/pom.xml
index 4d3dd21..9d42774 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>nbm-maven-harness</artifactId>
     <version>11.1-SNAPSHOT</version>
     <name>Apache NetBeans Maven Utilities - NBM Harness for Maven</name>
-    <url>http://bits.netbeans.org/mavenutilities/nbm-maven-harness</url>
+    <url>https://bits.netbeans.org/mavenutilities/nbm-maven-harness</url>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/NETBEANS</url>
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..b374ecd
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,27 @@
+<?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 xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+    <skin>
+        <groupId>org.apache.netbeans.utilities</groupId>
+        <artifactId>maven-netbeans-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>
+    <body>  
+    </body>
+</project>
+