With Maven 2, is there a way to change the name of the directory created
under target when using the assembly plugin's directory-single goal? By
default it is called
${project.artifactId}-${project.version}-DESCRIPTOR_ID.dir.
I know I can change the name of the directory inside
${project.artifactId}-${project.version}-DESCRIPTOR_ID.dir (or whether a
directory is even created) using the descriptors <includeBaseDirectory> and
<baseDirectory> elements, but how do I change the top-level directory?
Thanks for any help.
Jeff
--
View this message in context:
http://maven-users.828.n2.nabble.com/Directory-name-for-assembly-plugin-s-directory-single-goal-M2-tp5241164p5241164.html
Sent from the maven users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]