Hi This morning I did NOT start Nexus (i.e. its NOT running)
Delete the quartz from my local m2 repo davsclaus:~/.m2/repository$ rm -rf opensymphony/ And did a install on the camel-quarz, as you can see it downloads the .jar again davsclaus:(svn)camel[trunk:883045]/components/camel-quartz$ mvn clean install [INFO] Scanning for projects... [INFO] snapshot org.apache.camel:camel-parent:2.1-SNAPSHOT: checking for updates from open.iona.m2-all [INFO] snapshot org.apache.camel:camel:2.1-SNAPSHOT: checking for updates from open.iona.m2-all [INFO] ------------------------------------------------------------------------ [INFO] Building Camel :: Quartz [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting file set: /Users/davsclaus/workspace/camel/components/camel-quartz/target (included: [**], excluded: []) [INFO] snapshot org.apache.camel:camel-core:2.1-SNAPSHOT: checking for updates from open.iona.m2-all [INFO] snapshot org.apache.camel:camel-core:2.1-SNAPSHOT: checking for updates from apache.snapshots Downloading: http://repo.open.iona.com/maven2-all/opensymphony/quartz/1.6.6/quartz-1.6.6.pom 190b downloaded [INFO] snapshot org.apache.camel:camel-test:2.1-SNAPSHOT: checking for updates from open.iona.m2-all [INFO] snapshot org.apache.camel:camel-test:2.1-SNAPSHOT: checking for updates from apache.snapshots [INFO] snapshot org.apache.camel:camel-spring:2.1-SNAPSHOT: checking for updates from open.iona.m2-all [INFO] snapshot org.apache.camel:camel-spring:2.1-SNAPSHOT: checking for updates from apache.snapshots Downloading: http://repo.open.iona.com/maven2-all/opensymphony/quartz/1.6.6/quartz-1.6.6.jar 421K downloaded Downloading: http://repo.open.iona.com/maven2/com/sun/xml/bind/jaxb-impl/2.1.5-dev/jaxb-impl-2.1.5-dev.pom Downloading: http://localhost:8081/nexus/content/groups/public/com/sun/xml/bind/jaxb-impl/2.1.5-dev/jaxb-impl-2.1.5-dev.pom Downloading: http://repo.open.iona.com/maven2-all/com/sun/xml/bind/jaxb-impl/2.1.5-dev/jaxb-impl-2.1.5-dev.pom Downloading: http://localhost:8081/nexus/content/groups/public/com/sun/xml/bind/jaxb-impl/2.1.5-dev/jaxb-impl-2.1.5-dev.pom Downloading: http://repo.open.iona.com/maven2/com/sun/xml/bind/jaxb-xjc/2.1.5-dev/jaxb-xjc-2.1.5-dev.pom Downloading: http://localhost:8081/nexus/content/groups/public/com/sun/xml/bind/jaxb-xjc/2.1.5-dev/jaxb-xjc-2.1.5-dev.pom Downloading: http://repo.open.iona.com/maven2-all/com/sun/xml/bind/jaxb-xjc/2.1.5-dev/jaxb-xjc-2.1.5-dev.pom Downloading: http://localhost:8081/nexus/content/groups/public/com/sun/xml/bind/jaxb-xjc/2.1.5-dev/jaxb-xjc-2.1.5-dev.pom [INFO] [antrun:run {execution: create-prop}] [INFO] Executing tasks [echo] Maven version: 2.1-SNAPSHOT [echo] OSGi version: 2.1.0.SNAPSHOT [mkdir] Created dir: /Users/davsclaus/workspace/camel/components/camel-quartz/target [INFO] Executed tasks [INFO] [properties:read-project-properties {execution: default}] [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [compiler:compile] [INFO] Compiling 7 source files to /Users/davsclaus/workspace/camel/components/camel-quartz/target/classes [INFO] [resources:testResources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [compiler:testCompile] [INFO] Compiling 6 source files to /Users/davsclaus/workspace/camel/components/camel-quartz/target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: /Users/davsclaus/workspace/camel/components/camel-quartz/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.camel.component.quartz.QuartzEndpointConfigureTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec Running org.apache.camel.component.quartz.StatefulQuartzRouteTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec Running org.apache.camel.component.quartz.QuartzCronRouteTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.715 sec Running org.apache.camel.component.quartz.QuartzRouteTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec Running org.apache.camel.component.quartz.QuartzComponentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec Running org.apache.camel.component.quartz.QuartzEndpointTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 On Sun, Nov 22, 2009 at 11:48 PM, huntc <hu...@mac.com> wrote: > > Perhaps there's something that I don't understand about Nexus here, but if I > use my public-snapshots profile then I see that Maven searches as follows: > > nexus (http://repo.classactionpl.com:8081/nexus/content/groups/public), > nexus-public-snapshots > (http://repo.classactionpl.com:8081/nexus/content/groups/public-snapshots) > > It does not find Quartz. However if I then add the fusesource dependences > repo (http://repo.fusesource.com/maven2-all/) to my nexus config as a proxy > and then associate the proxy with my public group all is well. > > I suspect that your Nexus configuration has a proxy configured for > fusesource which is why you are not seeing the issue. > > Kind regards, > Christopher > -- > View this message in context: > http://old.nabble.com/Quartz-dependency-missing-for-1.6.6-tp26462662p26470422.html > Sent from the Camel - Users (activemq) mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus