Issue Details (XML | Word | Printable)

Key: PAXCONSTRUCT-72
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: mcculls
Reporter: mcculls
Votes: 0
Watchers: 0
Operations

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

Add new command "pax-create-module" to simplify creation of subdirectories

Created: 19/Feb/08 12:16 PM   Updated: 06/Mar/08 03:14 PM
Component/s: maven-pax-plugin, scripts
Affects Version/s: None
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
for example:

pax-create-module -a wrappers

will create a new module called wrappers, with groupId and version computed from the parent.

this command should also support creating a nested path, with a custom group and version:

pax-create-module -a market/stock/quote -g finance -v 2.0

will create a series of new modules, with the last pom having the custom groupId and version.



 All   Comments   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
mcculls added a comment - 19/Feb/08 12:41 PM
Fixed in trunk

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