Hi Kurt, as it's still only contained in the staging repo, you'll need to adjust the org.ops4j.pax.url.mvn.cfg to contain the staging repo. For example something like this:
org.ops4j.pax.url.mvn.repositories= \ https://repository.apache.org/content/repositories/orgapachekaraf-013@id=karaf-snapshot, \ http://repo1.maven.org/maven2@id=central, \ http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release, \ http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external, \ file:${karaf.home}/${karaf.default.repository}@id=system.repository, \ file:${karaf.data}/kar@id=kar.repository@multi regards, Achim 2013/12/21 Kurt Westerfeld <[email protected]> > I downloaded the candidate, and ran "feature:install war", and received a > connection error on repo1.maven.org, which I started receiving a couple > weeks ago. I have redirected my local ~/.m2/settings.xml to > central.maven.org, but it looks to me like the default repos should be > adjusted: > > kurt@hiro:~/Downloads/apache-karaf-3.0.0 > bin/karaf > __ __ ____ > / //_/____ __________ _/ __/ > / ,< / __ `/ ___/ __ `/ /_ > / /| |/ /_/ / / / /_/ / __/ > /_/ |_|\__,_/_/ \__,_/_/ > > Apache Karaf (3.0.0) > > Hit '<tab>' for a list of available commands > and '[cmd] --help' for help on a specific command. > Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown Karaf. > > karaf@root()> feature:install war > Error executing command: Error resolving artifact > org.apache.karaf.http:org.apache.karaf.http.core:jar:3.0.0: Could not > transfer artifact > org.apache.karaf.http:org.apache.karaf.http.core:jar:3.0.0 from/to central > ( > http://repo1.maven.org/maven2/): Error transferring file: Connection > refused > karaf@root()> > > > > On Sat, Dec 21, 2013 at 12:40 PM, Jamie G. <[email protected]> > wrote: > > > Hi, > > > > We resolved 1158 issues in this release: > > > > > http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/download/karaf-3.0.0-release.page?view=markup > > > > Dependency changes can be reviewed here: > > > > > http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-3.0.x.page?view=markup > > (The website published table will be updated after vote) > > > > Staging repository: > > https://repository.apache.org/content/repositories/orgapachekaraf-013/ > > > > Git tag: > > karaf-3.0.0 > > > > Please vote to approve this release: > > > > [ ] +1 Approve the release > > [ ] -1 Veto the release (please provide specific comments) > > > > This vote will be open for 72 hours. > > > -- Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead OPS4J Pax for Vaadin <http://team.ops4j.org/wiki/display/PAXVAADIN/Home> Commiter & Project Lead blog <http://notizblog.nierbeck.de/>
