Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Zak Jacobson
Hi- We are experiencing an issue with this today. We are not trying to test the 2.3.1-SNAPSHOT version. Our pom has org.apache.maven.plugins maven-surefire-plugin 2.3 But we are downloading and using 2.3.1-SNAPSHOT which gives the following error:

snapshot dependency resolution

2007-05-16 Thread Zak Jacobson
Hi - I have a question about how mvn determines when to pull a snapshot dependency from the local repository vs. the remote repository. We have the following scenario: CruiseControl publishes snapshot builds on each successful build. moduleA depends on moduleB and moduleC, all versions and de

Project artifacts w/ scope == test

2007-05-10 Thread Zak Jacobson
Hi - I'm writing a plugin that executes a java app. It builds the classpath for the external app based on the dependencies specified in the pom. I'm having trouble building the classpath if dependencies have a scope of test because the artifact is not in the list of artifacts. It appears the t