Make assembleDirectory configurable using command line
------------------------------------------------------
Key: MOJO-708
URL: http://jira.codehaus.org/browse/MOJO-708
Project: Mojo
Issue Type: Improvement
Components: appassembler
Environment: widnows/unix
Reporter: Dan Tran
this allows me to run mvn install -DassembleDirectory=mypath to override our
install footprint
here is the change. Can I apply?
/**
* The directory that will be used to assemble the artifacts in
* and place the bin scripts.
*
* @required
* @parameter expression="${assembleDirectory}"
default-value="${project.build.directory}/appassembler"
*/
private File assembleDirectory;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email