I encountered the following when using a local repository and a snapshot release of a locally build jar.
I have two repositories defined in my project.properties file. The line stating the properties read. ----- maven.repo.remote=http://www.ibiblio.org/maven,http://maven.domain.nep ----- Maven refused to download the SNAPSHOT jar from my repository. When I change the SNAPSHOT jar to a defined version number, also present in my local repository, Maven succeeds (!) to download it from my repository. So, it is like maven fails to look in a second defined repo location when I define SNAPHOT as a depend version in the project.xml: ----- <dependency> <id>usmedia-metaforum</id> <version>20030723.154705</version> <properties> <war.bundle>true</war.bundle> </properties> </dependency> ----- Best Regards, Joel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
