The post-processing code in product/pom.xml, to add a JRE (only for Windows platform) to the final product:
|
<!-- post-processing --> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-antrun-plugin</artifactId> |
is a bit messy and clumsy.
To make it simpler, I suggest to use the JustJ feature to add JREs to all supported platforms (i.e. not just Windows). The description in the JustJ page is a bit confusing and too much, but its application is straightforward.
I may create a PR to do this, if it's accepted.
The
post-processingcode inproduct/pom.xml, to add a JRE (only for Windows platform) to the final product:IDEalized/product/pom.xml
Lines 71 to 74 in 6c4ce7d
is a bit messy and clumsy.
To make it simpler, I suggest to use the JustJ feature to add JREs to all supported platforms (i.e. not just Windows). The description in the JustJ page is a bit confusing and too much, but its application is straightforward.
I may create a PR to do this, if it's accepted.