Packaging¶
Packaging the module is the operation that produces a deployable jmdac file.
To package the module from Maven Project, follow this procedure :
With Command line
mvn install
Under Eclipse with m2 plugin
- Select the pom.xml file at the root of the project
- On the contextual menu (right-click), select Maven install
- The resulting jmdac file JunitModule_xx.yy.zzz.jmdac is in the target directory.