Skip to content

Commit

Permalink
add missing default value for mainClass property (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt authored Sep 5, 2019
1 parent c867f44 commit 75ddde0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<requiredProperty key="artifactId"/>
<requiredProperty key="version"/>
<requiredProperty key="package"/>
<requiredProperty key="mainClass">
<defaultValue>no</defaultValue>
</requiredProperty>
<requiredProperty key="applicationName">
<defaultValue>ExampleApplication</defaultValue>
<validationRegex>([$_a-zA-Z][$_a-zA-Z0-9]*)</validationRegex>
Expand Down

0 comments on commit 75ddde0

Please sign in to comment.