Create a Purchase Extension Project Directory
You must create a project directory which includes all your purchase extension custom files and the base release files.
Procedure
-
Run the following command to create the project.
mip -init-mvn:purchase
-
When prompted, answer the following questions.
- Please enter the MATRIXX release version [versionNumber]:
- Define value for property 'groupId':
- Define value for property 'version' 1.0-SNAPSHOT:
Where:- versionNumber is the MATRIXX release version number.
groupId
is a value that indicates project requirements (such asmy.extension.sample
). Follow Java package rules when naming thegroupId
.version
is the project version. Accept the default or enter a version that is not 1.
Results
The script creates a new project named purchase in the /projects directory in the directory where you ran the command. In addition, the /projects includes directories for the Extensions module (/extensions) and the RS Gateway Extension module (/rsgwextension).
What to do next
Create the custom MATRIXX Data Containers (MDCs) for the offer purchase project.