You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Lambert <Ma...@denovopharma.com> on 2003/09/26 14:35:35 UTC

Maven Distribution Plugin

Hi,

I've found a problem with the dist:deploy goal of the distribution plugin. Unlike the site plugin that uses the 'maven.site.tar.executable' property to set the tar program used, the distribution plugin uses the hard coded string 'tar' to run the tar command. This is can be a problem on Solaris OS where the 'U' option is not supported by the standard tar program.

It would seem appropriate/consistent to replace the hard coded string with a 'maven.dist.tar.executable' property rather than hacking about the OS environment.

The problem described above is applicable to the Maven 1.0 Beta 10 release available on the web site as well as newer versions.

Cheers,

Martin.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org