Author: bsnyder
Date: Thu Sep 28 17:39:05 2006
New Revision: 451073

URL: http://svn.apache.org/viewvc?view=rev&rev=451073
Log:
Fixing SM-608.

Modified:
    incubator/servicemix/trunk/samples/wsdl-first/pom.xml

Modified: incubator/servicemix/trunk/samples/wsdl-first/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/pom.xml?view=diff&rev=451073&r1=451072&r2=451073
==============================================================================
--- incubator/servicemix/trunk/samples/wsdl-first/pom.xml (original)
+++ incubator/servicemix/trunk/samples/wsdl-first/pom.xml Thu Sep 28 17:39:05 
2006
@@ -35,6 +35,20 @@
     <name>ServiceMix :: Samples :: WSDL first</name>
     <packaging>pom</packaging>
     
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Maven Central Plugins Development Repository</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+         <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
     <repositories>
       <repository>
         <id>apache.snapshots</id>


Reply via email to