Last active
July 28, 2020 00:50
-
-
Save joshpetit/324d5a3e2f3ba51ab65973bb8a31e785 to your computer and use it in GitHub Desktop.
Maven Properties Tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<properties> | |
<java.version>1.8</java.version> | |
<maven.compiler.source>${java.version}</maven.compiler.source> | |
<maven.compiler.target>${java.version}</maven.compiler.target> | |
</properties> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment