use skin for site generation
diff --git a/nb-repository-plugin/src/site/site.xml b/nb-repository-plugin/src/site/site.xml
index a651dab..9b708e3 100644
--- a/nb-repository-plugin/src/site/site.xml
+++ b/nb-repository-plugin/src/site/site.xml
@@ -16,7 +16,12 @@
 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">
-  <body>
+    <skin>
+        <groupId>org.netbeans.maven</groupId>
+        <artifactId>maven-netbeans-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>
+    <body>
     <menu name="Overview">
       <item name="Usage" href="index.html"/>
       <item name="Plugin Goals" href="plugin-info.html"/>
diff --git a/nbm-maven-plugin/src/site/site.xml b/nbm-maven-plugin/src/site/site.xml
index 45f1f21..5beda36 100644
--- a/nbm-maven-plugin/src/site/site.xml
+++ b/nbm-maven-plugin/src/site/site.xml
@@ -16,7 +16,12 @@
 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">
-  <body>
+    <skin>
+        <groupId>org.netbeans.maven</groupId>
+        <artifactId>maven-netbeans-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>  
+    <body>
     <menu name="Overview">
       <item name="Usage" href="index.html"/>
       <item name="Plugin Goals" href="plugin-info.html"/>
diff --git a/nbm-shared/src/site/site.xml b/nbm-shared/src/site/site.xml
new file mode 100644
index 0000000..bffce38
--- /dev/null
+++ b/nbm-shared/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.netbeans.maven</groupId>
+        <artifactId>maven-netbeans-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>  
+    <body>
+    </body>
+</project>
+
diff --git a/parent/src/site/site.xml b/parent/src/site/site.xml
new file mode 100644
index 0000000..b78cf91
--- /dev/null
+++ b/parent/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.netbeans.maven</groupId>
+        <artifactId>maven-netbeans-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>
+  <body>  
+  </body>
+</project>
+