Skip to content

Conversation

@olyagpl
Copy link
Member

@olyagpl olyagpl commented Dec 15, 2023

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 15, 2023
@olyagpl olyagpl requested review from d-kozak, dnestoro and melix and removed request for d-kozak and lazar-mitrovic December 15, 2023 15:01
----
<buildArgs>
<arg>--argument</arg>
<buildArg>--argument</buildArg>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did it change too for specifying JVM arguments?
Currently we have:

<jvmArgs> <arg>argument1</arg> <arg>argument2</arg> </jvmArgs> 
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it ever changed, maybe it's Maven accepting both? @alvarosanchez wdyt?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, for tags mapped as collections (like buildArgs), the inner tags can use any name. The convention is to use the singular form of the plural tag name.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you both!

----
<buildArgs>
<arg>--argument</arg>
<buildArg>--argument</buildArg>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, for tags mapped as collections (like buildArgs), the inner tags can use any name. The convention is to use the singular form of the plural tag name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

5 participants