rolling back to maven-plugins:14

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@830984 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5da4cbe..d60a534 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,11 +25,11 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>15</version>
+    <version>14</version>
   </parent>
 
   <artifactId>maven-toolchains-plugin</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Toolchains Plugin</name>
@@ -68,6 +68,19 @@
     </dependency>
   </dependencies>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <configLocation>config/maven_checks.xml</configLocation>
+          <headerLocation>config/maven-header.txt</headerLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>run-its</id>
diff --git a/src/site/site.xml b/src/site/site.xml
index 62faea0..4f1507d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,33 +23,7 @@
   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"
   name="Maven Toolchains plugin">
-  <bannerLeft>
-    <name>Apache Maven</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-  <publishDate position="right" format="yyyy-MM-dd" />
-  <version position="right" />
-
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.1</version>
-  </skin>
   <body>
-        <head>
-      <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
-      <script type="text/javascript">_uacct = "UA-140879-1";
-        urchinTracker();</script>
-    </head>
-    <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/" />
-      <item name="Maven" href="http://maven.apache.org/index.html"/>
-      <item name="Plugins" href="http://maven.apache.org/plugins/index.html"/>
-    </breadcrumbs>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="Goals" href="plugin-info.html"/>
@@ -62,19 +36,5 @@
     <!--menu name="Resources">
       <item name="Maven 2.0.x Version Range Syntax" href="http://maven.apache.org/plugins/maven-enforcer-plugin/rules/versionRanges.html" />
     </menu-->
-    <menu inherit="bottom" ref="reports" />
-    <menu name="Maven Projects" inherit="bottom">
-      <item name="Ant Tasks" href="http://maven.apache.org/ant-tasks/index.html" />
-      <item name="Doxia" href="http://maven.apache.org/doxia/index.html" />
-      <item name="JXR" href="http://maven.apache.org/jxr/index.html" />
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/index.html" />
-      <item name="Maven 2" href="http://maven.apache.org/index.html" />
-      <item name="Mercury" href="http://maven.apache.org/mercury/index.html" />
-      <item name="Plugins" href="http://maven.apache.org/plugins/index.html" />
-      <item name="SCM" href="http://maven.apache.org/scm/index.html" />
-      <item name="Shared Components" href="http://maven.apache.org/shared/index.html" />
-      <item name="Surefire" href="http://maven.apache.org/surefire/index.html" />
-      <item name="Wagon" href="http://maven.apache.org/wagon/index.html" />
-    </menu>
   </body>
 </project>