Skip to content

Commit

Permalink
Fixed mvn exec line to include optional -dir arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Chicoine committed Oct 9, 2023
1 parent cce36d4 commit 5fe78b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
- Accepts Bundles with .json or .xml extensions
- MAT Bundle extraction
- mvn exec:java -Dexec.args="[-ExtractMatBundle] [Bundle file path] (-v)
- mvn exec:java -Dexec.args="[-ExtractMatBundle] [Bundle file path] (-v) (-dir)
- Example: mvn exec:java -Dexec.args="-ExtractMatBundle /Users/mholck/Development/ecqm-content-r4/bundles/mat/EXM124/EXM124.json -v=r4"
- This tooling extracts out the resources and CQL from a MAT export bundle and puts them in the appropriate directories
- Accepts Bundles with .json or .xml extensions
Expand Down

0 comments on commit 5fe78b4

Please sign in to comment.