Maven Wagon

2007-10-03 Thread nap4110
Hi Newbie here: We want to use wagon to grab specific artifacts from our repository. I have looked at the sample test case provided by apache here: http://svn.apache.org/repos/asf/maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java What isn't clear is

Using ArtifactResolver

2007-10-03 Thread nap4110
Hi, I am doing something that I think is very simple, but cannot get anymore info from the stack trace. essentially I want to grab a jar from my repository. Here's the code: ArtifactFactory artifactFactory = new DefaultArtifactFactory(); String type = compile; Artifact artifact