Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce properties for flags list #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ebarboni
Copy link
Contributor

This is the #2 followup to let NetBeans set the addopensflagsList properties itself.
Should let end user configuring in only one place in case of evolution

@ebarboni ebarboni requested a review from mbien March 24, 2022 17:19
Copy link
Member

@mbien mbien left a comment

Choose a reason for hiding this comment

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

looks good. this is for CLI use mostly, right?

@ebarboni
Copy link
Contributor Author

@mbien not only but this is on two repository :D

@ebarboni
Copy link
Contributor Author

@mbien I just added the two differents add-open IDE style and jdk style.

Comment on lines 14 to 17
<!-- jms flags with IDE prefix -->
<addopenflags>${addopensflagsList}</addopenflags>
<!-- jms flags standard -->
<addopenfflags>${addopensfflagsList}</addopenflags>
Copy link
Member

Choose a reason for hiding this comment

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

is there no way to avoid this somehow? Why does the maven archetype need to know about the "-J" list too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will remove this, the nbm-application that may need the -J is for the other archetype.

@ebarboni
Copy link
Contributor Author

ebarboni commented Apr 4, 2022

ok hope this is good now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants