We are moving to a multi-module structure so that different parts of the codebase can be exposed to the public while others can remain private. Using pf4j for plugin framework. Also adding a build script `build.sh` which compiles the code and creates the `dist` folder for distribution purposes. Now we can build the code via ``` $ ./build.sh -DskipTests ```
7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
dist/**
|
|
target/**
|
|
.idea/**
|
|
**/.idea
|
|
**/target
|
|
**/dist
|