gurminder71

Results 2 issues of gurminder71

The assembly plugin has `single` goal that should be used. In the pom.xml, add: ``` make-assembly package single ``` If above is done, then the build instructions are: ``` mvn...

Currently the JAR can be invoked from command line via main method. We are writing a service where during CI and CD phases the DDL diff need to be generated....