I've been looking at the assembly:directory-inline target here:
 
http://maven.apache.org/plugins/maven-assembly-plugin/directory-inline-m
ojo.html
 
outputDirectory
<http://maven.apache.org/plugins/maven-assembly-plugin/directory-inline-
mojo.html#outputDirectory>       --> The output directory of the
assembled distribution file. Default value is
${project.build.directory}.
 
But no matter what I pass (or how) I do so on the commandline (via
-DoutputDirectory=C:\asdf), it chooses the target directory instead and
totally ignores my property.
 
Any other suggestions?

Reply via email to