Configure Apache snapshots repo as a plugin repository as well

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@940424 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5585b46..c27f69b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,16 +44,17 @@
 
   <build>
     <defaultGoal>install</defaultGoal>
-
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-    </plugins>
   </build>
+  
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+    </pluginRepository>
+  </pluginRepositories>
 
 </project>