I guess I'm not going any deeper, I see this:

https://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugi
n-2.2-beta-1/src/main/java/org/apache/maven/plugin/assembly/mojos/Abstra
ctDirectoryMojo.java

        try
        {
            archiver.createArchive( assembly, fullName, "dir", this );
        }

 So instead of having the "dir" be optional or configurable or rather
than having the format extension configurable, this is hard coded.

Any suggestions (is there some groovy way to override this within the
assembly config/descriptor)?

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 21, 2008 8:29 PM
To: Maven Users List
Subject: RE: Assemblies and locations beyond the target directory

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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to