diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml
index 123613d..b3fcaa3 100644
--- a/maven-plugin-plugin/pom.xml
+++ b/maven-plugin-plugin/pom.xml
@@ -37,6 +37,7 @@
to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the
plugin registry, the artifact metadata and a generic help goal.
+ ${siteUrlPlugin}
2.0.6
@@ -54,7 +55,7 @@
apache.website
- scp://people.apache.org/www/maven.apache.org/plugins/maven-plugin-plugin
+ ${siteDeployUrlPlugin}
@@ -63,6 +64,8 @@
1.2
2.0.6
true
+ scp://people.apache.org/www/maven.apache.org/plugins/maven-plugin-plugin/
+ http://maven.apache.org/plugins/maven-plugin-plugin/
@@ -378,5 +381,12 @@
+
+ snapshot-doc
+
+ scp://people.apache.org/www/maven.apache.org/plugins/maven-plugin-plugin-${project.version}/
+ http://maven.apache.org/plugins/maven-plugin-plugin-${project.version}/
+
+
diff --git a/maven-plugin-plugin/src/site/site.xml b/maven-plugin-plugin/src/site/site.xml
index a0611e1..357b1a9 100644
--- a/maven-plugin-plugin/src/site/site.xml
+++ b/maven-plugin-plugin/src/site/site.xml
@@ -23,6 +23,15 @@ under the License.
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">
+
+ ${project.name}
+ http://maven.apache.org/images/apache-maven-project.png
+ http://maven.apache.org/
+
+
+ http://maven.apache.org/images/maventxt_logo_200.gif
+
+
org.apache.maven.skins
maven-fluido-skin
diff --git a/pom.xml b/pom.xml
index 6bc90c9..2a5cf3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
Maven Plugin Tools
The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages.
- http://maven.apache.org/plugin-tools/
+ ${siteUrl}
2004
@@ -151,12 +151,14 @@
apache.website
- scp://people.apache.org/www/maven.apache.org/plugin-tools/
+ ${siteDeployUrl}
1.2
+ scp://people.apache.org/www/maven.apache.org/plugin-tools/
+ http://maven.apache.org/plugin-tools/
@@ -401,5 +403,12 @@
+
+ snapshot-doc
+
+ scp://people.apache.org/www/maven.apache.org/plugin-tools-${project.version}/
+ http://maven.apache.org/plugin-tools-${project.version}/
+
+
diff --git a/src/site/site.xml b/src/site/site.xml
index 6dec5e7..d1c450b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,6 +21,15 @@ under the License.
+
+ ${project.name}
+ http://maven.apache.org/images/apache-maven-project.png
+ http://maven.apache.org/
+
+
+ http://maven.apache.org/images/maventxt_logo_200.gif
+
+
org.apache.maven.skins
maven-fluido-skin