[ http://jira.codehaus.org/browse/MOJO-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=258255#action_258255 ]
Benson Margulies commented on MOJO-1652: ---------------------------------------- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>wagon-maven-plugin</artifactId> <version>1.0-beta-3</version> <executions> <execution> <id>download-test-data</id> <phase>generate-resources</phase> <goals> <goal>download</goal> </goals> <configuration> <serverId>souvenir.basistech.net</serverId> <url>scp://souvenir.basistech.net/basis/trees/tej/data</url> <fromDir>eng</fromDir> <toDir>${project.build.directory}/test_data</toDir> </configuration> </execution> </executions> </plugin> > wagon plugin mishandles include patterns > ---------------------------------------- > > Key: MOJO-1652 > URL: http://jira.codehaus.org/browse/MOJO-1652 > Project: Mojo > Issue Type: Bug > Reporter: Benson Margulies > > maven-wagon-plugin version 1.0-beta-3 > When I try to use an include spec like *.txt, it never copes anything, and -X > shows lines like the following: > Executing command: ls > /basis/trees/tej/data/eng/wiki/enwiki-20110115-pages-articles1.xml-24.txt*/ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email