Hello, I'm using the mvn repository to retrieve the 1.3.0 snapshot for the wicketstuff-progressbar.
The following folder is empty: http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-progressbar/1.3.0-SNAPSHOT/ And maven fails when trying to retrieve the wicketstuff-progressbar.jar. My mvn repository setting: <repository> <id>wicket-snaps</id> <url>http://wicketstuff.org/maven/repository</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> My mvn dependency setting: <dependency> <groupId>org.wicketstuff</groupId> <artifactId>wicketstuff-progressbar</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> Any help would be appreciated. Thanks, - Ed
