FELIX-344: add some basic site docs, needs content!

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1140391 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 6eaff06..cae4835 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -17,7 +17,7 @@
  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>felix-parent</artifactId>
    <groupId>org.apache.felix</groupId>
@@ -30,7 +30,7 @@
  <artifactId>maven-bundle-plugin</artifactId>
  <version>2.3.5-SNAPSHOT</version>
  <packaging>maven-plugin</packaging>
- 
+
  <name>Maven Bundle Plugin</name>
  <description>
   Provides a maven plugin that supports creating an OSGi bundle
@@ -51,7 +51,7 @@
    </plugin>
   </plugins>
  </build>
- 
+
  <dependencies>
   <dependency>
     <groupId>biz.aQute</groupId>
@@ -96,14 +96,28 @@
   </dependency>
  </dependencies>
 
- <reporting> 
-  <plugins> 
-   <plugin> 
-    <groupId>org.apache.maven.plugins</groupId> 
-    <artifactId>maven-plugin-plugin</artifactId> 
-    <version>2.8</version> 
-   </plugin> 
-  </plugins> 
+ <reporting>
+  <plugins>
+   <plugin>
+    <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-plugin-plugin</artifactId>
+    <version>2.8</version>
+   </plugin>
+   <plugin>
+    <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-changes-plugin</artifactId>
+    <version>2.4</version>
+    <configuration>
+     <component>12311143</component>
+     <versionPrefix>maven-bundle-plugin-</versionPrefix>
+     <statusIds>Resolved,Closed</statusIds>
+     <maxEntries>1000</maxEntries>
+     <issueManagementSystems>
+      <issueManagementSystem>JIRA</issueManagementSystem>
+     </issueManagementSystems>
+    </configuration>
+   </plugin>
+  </plugins>
  </reporting>
 
 </project>