Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 170
Junit_dev_packaging
Antonin Abhervé edited this page Sep 3, 2020
·
1 revision
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.
