Skip to content

Commit

Permalink
additional flags jvm style
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarboni committed Mar 30, 2022
1 parent 9ec4e72 commit d8cfe88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ under the License.
<requiredProperty key="addopensflagsList">
<defaultValue> </defaultValue>
</requiredProperty>
<requiredPRoperty key="addopensfflagsList">
<defaultValue> </defaultValue>
</requiredPoperty>
</requiredProperties>
</archetype-descriptor>
3 changes: 3 additions & 0 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- jms flags with IDE prefix -->
<addopenflags>${addopensflagsList}</addopenflags>
<!-- jms flags standard -->
<addopenfflags>${addopensfflagsList}</addopenflags>
</properties>

<repositories>
Expand Down

0 comments on commit d8cfe88

Please sign in to comment.