Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Package the distribution in a single JAR

This module is used to package the compilation results from ehrservice and vEhr into a single JAR file.

To produce a single jar, run:

mvn clean package

The single jar will be created in user.distribution. The shaded jars are extracted from user.deploy.

        <user.distribution>../../ethercis-distribution</user.distribution>
        <user.deploy>../../ethercis-deploy</user.deploy>

EtherCIS can be then simply launched with that single jar in the classpath