Ok, I have my head on straight now - but how can you get rid of the .dir it attaches to the directory output of an assembly?
-----Original Message----- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 5:57 PM To: [email protected] Subject: Assemblies and locations beyond the target directory 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? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
