fix REAME and gitignore
diff --git a/README.md b/README.md
index 9272960..f419e43 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@
 
 # Apache NetBeans Maven Utilities parent pom
 
+[![Build Status](https://builds.apache.org/buildStatus/icon?job=netbeans-maven-TLP%2Fnetbeans-mavenutils-parent%2Fmaster)](https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-parent/job/master/)
+
 ### 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 63a6c28..4e26a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <packaging>pom</packaging>
     <name>Apache Netbeans Maven Utilities</name>
     <description>Apache Netbeans Maven Utilities is a set of artefacts to build and populate Apache NetBeans artefacts using Apache Maven</description>
-    <url>http://bits.netbeans.org/mavenutilities/parent</url>
+    <url>https://bits.netbeans.org/mavenutilities/parent</url>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
diff --git a/src/site/site.xml b/src/site/site.xml
index 90ee0ed..b374ecd 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,11 +17,11 @@
 -->
 <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</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>maven-netbeans-skin</artifactId>
         <version>1.0-SNAPSHOT</version>
     </skin>
-  <body>  
-  </body>
+    <body>  
+    </body>
 </project>