On 10 Feb 2011, at 12:11, Tullio Bettinazzi wrote:
> > > Here my repositories : > <repositories> > <!-- repositories --> > <repository> > <id>repository.openmindonline.it</id> > <name>openmind repository</name> > <url>http://repository.openmindonline.it</url> This repository seems to be a proxy to various other repos, including ours and Maven Central; usually I would recommend not using such repositories directly. If anyone from OpenMind reads this: do you guys have a "clean" repository ? i.e one that hosts only OpenMind artifacts ? Tullio, you want to use this repo instead: • http://nexus.magnolia-cms.com/content/repositories/magnolia.public.releases/ Read http://wiki.magnolia-cms.com/display/DEV/Maven+setup -g > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </repository> > <repository> > <id>com.springsource.repository.bundles.release</id> > <name>EBR Spring Release Repository</name> > <url>http://repository.springsource.com/maven/bundles/release</url> > </repository> > <repository> > <id>com.springsource.repository.bundles.external</id> > <name>EBR External Release Repository</name> > <url>http://repository.springsource.com/maven/bundles/external</url> > </repository> > </repositories> > > I didn't find any settings.xml file. > > The error is something like jar not found in updating maven dependencies. > Tks > Tullio > -- > View this message in context: > http://old.nabble.com/STK-1.4.2-download-fail-with-maven-tp30881348p30891354.html > Sent from the Magnolia - User mailing list archive at Nabble.com. > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
