Bundle extra folders with the installer when doing -Pbundle-with-installer
#539
Labels
area/installer
Relates to the solution installer
effort/low
kind/feature
New Feature to the project
lang/java
Related to Java Code
priority/medium
triage/accepted
The issue was accepted and will be done
version/minor
Introduces a non-breaking feature or change
There is a need of having several files and directories coming as part of the bundle (artifact), hence it will be good if we have a way to choose data from the repository to be exported and be bundled. Example of such data ins installJson file, which is used by workflow installer (more examples can be given on demand). To achieve this, we can use pom.xml file in parent directory, adding a property for export, ex:
cat pom.xml
We can store all of these exports within bin directory (configurable ?). Also, it is good to add some checks like:
The text was updated successfully, but these errors were encountered: