diff --git a/src/site/markdown/examples/example.gen.subsystem.composite.no.embedding.md b/src/site/markdown/examples/example.gen.subsystem.composite.no.embedding.md
new file mode 100644
index 0000000..f3b491e
--- /dev/null
+++ b/src/site/markdown/examples/example.gen.subsystem.composite.no.embedding.md
@@ -0,0 +1 @@
+Example of how setup in order to generate a Eclipse P2 and a Target Platform file.
\ No newline at end of file
diff --git a/src/site/markdown/examples/example.gen.subsystem.feature.embedding.md b/src/site/markdown/examples/example.gen.subsystem.feature.embedding.md
new file mode 100644
index 0000000..f3b491e
--- /dev/null
+++ b/src/site/markdown/examples/example.gen.subsystem.feature.embedding.md
@@ -0,0 +1 @@
+Example of how setup in order to generate a Eclipse P2 and a Target Platform file.
\ No newline at end of file
diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
new file mode 100644
index 0000000..28964a7
--- /dev/null
+++ b/src/site/markdown/index.md.vm
@@ -0,0 +1,43 @@
+Introduction
+--------------
+
+The OSGi Repository Generator maven plugin is aimed to manage the lifecycle of a project that can generate both P2 or OSGi R5 indexed files based on bundle hosted in P2 or maven repositories.
+This plugin provides a 'osgi-repository' packaging that should be used in order to be able to manage is lifecycle.
+
+
+### Main features:
+
+* download and locally cache bundle or subsystem artifacts from maven or p2 external repositories. The artifacts to be downloaded can be from the declared dependencies as can be described in the plug-in's configuration tag.
+* generate P2 or compressed repository index artifact (.zip) using the cached bundles or subsystem artifacts.
+* generate a local maven repository artifacts using the cached bundles or subsystem artifacts.
+* generate a R5 OSGi index XML file or as compressed artifact (.zip) using the cached bundles or subsystem artifacts.
+
+
+Quickstart
+----------
+
+The plugin provides the `osgi.repository` *packaging type*
+
+ my-project
+ my-osgi-repository
+ osgi.repository
+
+
+Add the following to your plugins section:
+
+
+ ${project.groupId}
+ ${project.artifactId}
+ ${project.version}
+
+
+And then use the *osgi.repository* as the packaging type of your repository project.
+
+See [usage](usage.html) for more details.
+
+
+
+Prerequisites
+-------------
+
+The plugin requires **Maven ${project.prerequisites.maven}** or later and **Java 8** or later.
\ No newline at end of file
diff --git a/src/site/markdown/usage.md.vm b/src/site/markdown/usage.md.vm
new file mode 100644
index 0000000..ee9fc1d
--- /dev/null
+++ b/src/site/markdown/usage.md.vm
@@ -0,0 +1,44 @@
+The OSGi Subsystem Archive Generator Maven Plugin
+------------------------------------------------------
+
+This plugin was designed to generate an OSGi Subsystem `.esa` archive containing a manifest file and contents based on the dependencies defined in the project POM file.
+
+
+Each type will instruct the plugin to generate the subsystem manifest accordingly.
+
+The plugin can embed the declared dependencies into the generated archive.
+
+
+The artifact generated by this plugin can be used by the [Repository Plugin](../osgi-repository-maven-plugin/index.html).
+
+Quickstart
+----------
+The plugin provides three `packaging types` that the developer must be chosen:
+
+* subsystem-application
+* subsystem-composite
+* subsystem-feature
+
+```
+ my-project
+ my-osgi-repository
+ osgi.repository
+```
+
+
+Add the following to your plugins section:
+
+
+ ${this.groupId}
+ ${this.artifactId}
+ ${this.version}
+ true
+
+
+Release your project by running `mvn releaser:release`
+
+
+Prerequisites
+-------------
+
+The plugin requires **Maven ${project.prerequisites.maven}** or later and **Java 8** or later.
\ No newline at end of file
diff --git a/src/site/resources/images/c8tech.logo.png b/src/site/resources/images/c8tech.logo.png
new file mode 100644
index 0000000..1f11bc0
Binary files /dev/null and b/src/site/resources/images/c8tech.logo.png differ
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..aedd134
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ org.apache.maven.skins
+ maven-fluido-skin
+ 1.7
+
+
+
+
+ false
+ true
+
+
+ cvgaviao/osgi-subsystem-maven-plugin
+
+ right
+ black
+
+
+
+
+
+ ${this.organization.name}
+ images/c8tech.logo.png
+ ${this.organization.url}
+
+
+ ${this.name}
+ ${this.url}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+