implementation of a custom maven wagon

2009-07-20 Thread Matthias_V
t: http://www.nabble.com/implementation-of-a-custom-maven-wagon-tp24570980p24570980.html Sent from the Wagon - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: wagon-dev-unsubscr...@maven.apache.org For

implementation of a custom maven wagon

2009-07-20 Thread Vach, Matthias
Hi all, I need to implement a special kind of file wagon to fetch artefacts from existing file shares with a predefined structure. To realize that wagon, I read a lot of websites, but I'm still not able to call a simple Wagon which is only writing to System.out. My Scenario: A simple Execute-Plugi