-
Notifications
You must be signed in to change notification settings - Fork 202
Generators - not honouring JAVA_OPTIONS #957
Comments
closing this for #937 |
wanted to have a look at your sample project but it does not match the issue here. |
yes @rhuss - after our discussion i feel its different |
This is true with all generators which overrides |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
This can be still an issue and should be checked. |
@rhuss I think we are not honoring You see that JAVA_OPTIONS is not honored, and even fully rewritten: https://github.com/fabric8io/fabric8-maven-plugin/blob/master/generator/java-exec/src/main/java/io/fabric8/maven/generator/javaexec/JavaExecGenerator.java#L161 So I think we should implement WDYT? |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
f### Description
The generators is not honouring the
JAVA_OPTIONS
that are passed as part of the resource fragmentsdeployment.yml
if the generator classes overrides thegetExtraJavaOptions
method and add some options via it.Sample deployment.yml
Info
mvn -v
) : 3.5.0The text was updated successfully, but these errors were encountered: