Due to a corrupt Derby pom for release 10.5.3.0 I was unable to build current
Artifactory trunk from SVN.
If someone else encounters this problem, the following patch may be help.

Index: pom.xml
===================================================================
--- pom.xml     (revision 8350)
+++ pom.xml     Tue Oct 20 10:35:59 CEST 2009
@@ -60,6 +60,7 @@
         <maven.version>2.0.10</maven.version>
         <jersey.version>1.0.3.1</jersey.version>
         <slf4j.version>1.5.8</slf4j.version>
+        <derby.version>10.5.3.0_1</derby.version>
     </properties>
 
     <mailingLists>
@@ -533,7 +534,7 @@
             <dependency>
                 <groupId>org.apache.derby</groupId>
                 <artifactId>derby</artifactId>
-                <version>10.5.3.0</version>
+                <version>${derby.version}</version>
                 <scope>runtime</scope>
             </dependency>
-- 
View this message in context: 
http://www.nabble.com/Unable-to-build-current-Artifactory-trunk-tp25973820p25973820.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to