I'm having problems with maven:get in the latest builds of the 1.0 branch. In the NSIS plugin I have this:
<maven:get var="maven.dist.bin.assembly.dir" plugin="maven-dist-plugin" property="maven.dist.bin.assembly.dir"/> And it comes back blank. Thinking it was the variable, I tried: <maven:get var="distDir" plugin="maven-dist-plugin" property="maven.dist.dir"/> Still no luck. Also, running maven dist by itself works ok, but putting it as a pre-req for a plugin goal fails miserably with INTERNAL ERROR Reference made to goal 'dist' which has no definition. Any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]