Hi Robin, could Maven's access to the internet be interupted (e.g. no/wrong proxy, no access to internet at all, network problems, firewall...)? That really is a short output and I once got sth. similar when I had no acces to the internet and so Maven could not download the libs.
Greetz nillehammer ----- original Nachricht -------- Betreff: Maven problems Gesendet: Mi, 28. Mai 2008 Von: Robin Helgelin<[EMAIL PROTECTED]> > Hi, > > I must be doing something wrong, when trying to use snapshots, or > maven is just plain stupid, maybe I'm the stupid one :) > > <dependencies> > <dependency> > <groupId>org.apache.tapestry</groupId> > <artifactId>tapestry-core</artifactId> > <version>${tapestry-release-version}</version> > </dependency> > </dependencies> > <properties> > > <tapestry-release-version>5.0.12-SNAPSHOT</tapestry-release-version> > </properties> > <repositories> > <repository> > <id>tapestry.snapshots</id> > > <url>http://tapestry.formos.com/maven-snapshot-repository</url> > <releases> > <enabled>false</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > </repositories> > > Maven output: > Downloading: > http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tap > estry-core/5.0.12-SNAPSHOT/tapestry-core-5.0.12-SNAPSHOT.pom > Downloading: > http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tap > estry-core/5.0.12-SNAPSHOT/tapestry-core-5.0.12-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > I believe maven, as those files doesn't exist, by why? And how to fix it? > > -- > regards, > Robin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --- original Nachricht Ende ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]