Issue Details (XML | Word | Printable)

Key: PAXCONSTRUCT-68
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Stuart McCulloch
Reporter: Stuart McCulloch
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pax Construct

Support use of Pax-Runner argument files (-Dargs=<url-or-filename>)

Created: 14/Feb/08 04:28 AM   Updated: 06/Mar/08 03:14 PM
Return to search
Component/s: maven-pax-plugin
Affects Version/s: 0.6.4
Fix Version/s: 1.0

External References:
Pax Construct 1.0 released (Confluence: OPS4J)
I've released version 1.0 of Pax Construct (just in time for EclipseCon!) Improvement PAXCONSTRUCT66


 Description  « Hide
Pax-Runner allows the user to supply a URL to a file containing additional arguments by using the "--args" option.
We should support this with pax:provision, using the -Dargs property to be consistent with the Pax-Runner option.

For convenience, if the -Dargs value does not have a valid scheme we'll assume it's local and turn it into a file URL.

Example:

mvn pax:provision -Dargs=conf/development.txt ==> pax-run --args=file:conf/development.txt



 All   Comments   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Stuart McCulloch added a comment - 14/Feb/08 04:28 AM
Fixed under commit r10547

Stuart McCulloch added a comment - 06/Mar/08 03:14 PM
Fix now available in 1.0 release