Brett Porter wrote on Saturday, November 19, 2005 3:51 AM: > We can make this configurable - please file a feature request.
Isn't it already? I find following snippet in the maven sample project (http://jira.codehaus.org/browse/ARCHETYPE-8): <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <unzipCommand>/usr/bin/unzip -o > err.txt</unzipCommand> </configuration> </plugin> </plugins> - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
