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 how we instantiate the Wagon obj. Wagon wagon = (Wagon) lookup( Wagon.ROLE, getProtocol() ); Not sure how this works. If anyone has a more straightfowared example I would appreciate the assistance. Thanks, Neil -- View this message in context: http://www.nabble.com/Maven-Wagon-tf4563767s177.html#a13025668 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
