|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Unable to build current Artifactory trunkDue 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> |
|
|
Re: Unable to build current Artifactory trunkGood point!
We eat or own dog food http://repo.jfrog.org/artifactory/third-party-releases/org/apache/derby/derby/10.5.3.0/ to build Artifactory!
And this one is not corrupted, since Artifactory forbid deployment of corrupted POM file :) On Tue, Oct 20, 2009 at 1:59 PM, Frank-Michael Jaeschke <fmjaeschke@...> wrote:
-- Co. Founder and Chief Architect JFrog Ltd 5 Habonim st., P.O.Box 8187 Netanya, Israel 42504. Tel: +972 9 8941444 Fax: +972 9 8659977 http://www.jfrog.org/ http://twitter.com/freddy33 ------------------------------------------------------------------------------ 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 Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
|
Re: Unable to build current Artifactory trunkOk, it may be my fault. I build without a yet running Artifactory server. And I don't know why but I get Derby from http://repo1.maven.org/maven2/org/apache/derby/derby/10.5.3.0/derby-10.5.3.0.pom
And this one is corrupt. (http://issues.apache.org/jira/browse/DERBY-4390)
|
| Free embeddable forum powered by Nabble | Forum Help |