You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/24 09:27:22 UTC

svn commit: r671049 - in /servicemix/smx4/bundles/trunk: bundles-pom/pom.xml jaxb-impl-2.1.6/pom.xml

Author: gnodet
Date: Tue Jun 24 00:27:21 2008
New Revision: 671049

URL: http://svn.apache.org/viewvc?rev=671049&view=rev
Log:
Disable tests, add a missing repo for jaxb-impl

Modified:
    servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
    servicemix/smx4/bundles/trunk/jaxb-impl-2.1.6/pom.xml

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=671049&r1=671048&r2=671049&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Tue Jun 24 00:27:21 2008
@@ -63,6 +63,9 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.3.1</version>
+                    <configuration>
+                        <skip>true</skip>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Modified: servicemix/smx4/bundles/trunk/jaxb-impl-2.1.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jaxb-impl-2.1.6/pom.xml?rev=671049&r1=671048&r2=671049&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jaxb-impl-2.1.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jaxb-impl-2.1.6/pom.xml Tue Jun 24 00:27:21 2008
@@ -76,6 +76,21 @@
         </dependency>
     </dependencies>
 
+    <repositories>
+        <repository>
+            <id>java.net</id>
+            <name>java.net Maven Repository</name>
+            <url>http://download.java.net/maven/1/</url>
+            <layout>legacy</layout>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
     <build>
         <plugins>
             <plugin>