Note all the missing artifact errors at the bottom.
My settings.xml
<repositories>
<repository>
<id>apache-snaps</id>
<name>Apache Development Snapshot
Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>apache-snaps</id>
<name>Apache Development Snapshot
Repository</name>
<url>http://people.apache.org/repo/maven-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
My Pom.xml
<properties>
<camel-version>1.5-SNAPSHOT</camel-version>
</properties>
<dependency>
<artifactId>camel-core</artifactId>
<groupId>org.apache.camel</groupId>
<version>${camel-version}</version>
</dependency>
Output from Eclipse:
10/25/08 1:50:38 PM EDT: Downloading central :
nexus-maven-repository-index.properties
10/25/08 1:50:38 PM EDT: Downloaded [central] ->
http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.properties
10/25/08 1:50:38 PM EDT: No index update available for central
10/25/08 1:50:57 PM EDT: [INFO] snapshot
org.apache.camel:camel-core:1.5-SNAPSHOT: checking for updates from java.net
10/25/08 1:50:59 PM EDT: [INFO] snapshot
org.apache.camel:camel-core:1.5-SNAPSHOT: checking for updates from
camel-extra-release
10/25/08 1:50:59 PM EDT: [INFO] snapshot
org.apache.camel:camel-mail:1.5-SNAPSHOT: checking for updates from java.net
10/25/08 1:51:00 PM EDT: [INFO] snapshot
org.apache.camel:camel-mail:1.5-SNAPSHOT: checking for updates from
camel-extra-release
10/25/08 1:51:01 PM EDT: [INFO] snapshot
org.apache.camel:camel-http:1.5-SNAPSHOT: checking for updates from java.net
10/25/08 1:51:01 PM EDT: [INFO] snapshot
org.apache.camel:camel-http:1.5-SNAPSHOT: checking for updates from
camel-extra-release
10/25/08 1:51:02 PM EDT: [INFO] snapshot
org.apache.camel:camel-jaxb:1.5-SNAPSHOT: checking for updates from java.net
10/25/08 1:51:02 PM EDT: [INFO] snapshot
org.apache.camel:camel-jaxb:1.5-SNAPSHOT: checking for updates from
camel-extra-release
10/25/08 1:51:03 PM EDT: [INFO] snapshot
org.apache.camel:camel-csv:1.5-SNAPSHOT: checking for updates from java.net
10/25/08 1:51:03 PM EDT: [INFO] snapshot
org.apache.camel:camel-csv:1.5-SNAPSHOT: checking for updates from
camel-extra-release
10/25/08 1:51:04 PM EDT: [INFO] snapshot
org.apache.camel:camel-spring:1.5-SNAPSHOT: checking for updates from
java.net
10/25/08 1:51:04 PM EDT: [INFO] snapshot
org.apache.camel:camel-spring:1.5-SNAPSHOT: checking for updates from
camel-extra-release
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-core:jar:1.5-SNAPSHOT:compile
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-core:test-jar:tests:1.5-SNAPSHOT:test
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-mail:jar:1.5-SNAPSHOT:compile
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-spring:jar:1.5-SNAPSHOT:compile
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-http:jar:1.5-SNAPSHOT:compile
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-jaxb:jar:1.5-SNAPSHOT:compile
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-csv:jar:1.5-SNAPSHOT:compile
10/25/08 1:51:09 PM EDT: Missing artifact
org.apache.camel:camel-spring:test-jar:tests:1.5-SNAPSHOT:test
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-core:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-core:test-jar:tests:1.5-SNAPSHOT:test
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-mail:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-spring:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-http:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-jaxb:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-csv:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:19 PM EDT: Missing artifact
org.apache.camel:camel-spring:test-jar:tests:1.5-SNAPSHOT:test
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-core:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-core:test-jar:tests:1.5-SNAPSHOT:test
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-mail:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-spring:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-http:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-jaxb:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-csv:jar:1.5-SNAPSHOT:compile
10/25/08 1:52:43 PM EDT: Missing artifact
org.apache.camel:camel-spring:test-jar:tests:1.5-SNAPSHOT:test
--
View this message in context:
http://www.nabble.com/1.50-Maven-repository-tp20165979s22882p20166395.html
Sent from the Camel - Users mailing list archive at Nabble.com.