Hi,

I have been trying to configure the parameters for the assembly plugin and have 
not been able to set the outputDirectory parameter when running from the 
command line

% mvn -DoutputDirectory=....

I believe that the determination of the value to use is handled by 
PluginParameterExpressionEvaluator.evaluate().  The default setting for the 
outputDirectory in the Mojo is ${project.build.directory}.  The evaluate() 
method substitutes the value by using the project/model.  Is there a way to 
override this from the command line or another way of setting a property that 
is given a default value based on project such as outputDirectory?

Thanks in advance,
Brian

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

Reply via email to