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/tapestry-core/5.0.12-SNAPSHOT/tapestry-core-5.0.12-SNAPSHOT.pom
Downloading: 
http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-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]

Reply via email to