This file contains 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
<!-- My pom.xml's usually look like this and I don't like retyping stuff --> | |
<!-- If any of these are not filled out you should --> | |
<groupId>CHANGE ME - PACKAGE IDENTIFIER</groupId> | |
<artifactId>CHANGE ME - PROJECT PACKAGE IDENTIFIER</artifactId> | |
<version>CHANGE ME - EVERY VERSION</version> | |
<name>CHANGE ME - NO SPACES RECOMMENDED</name> | |
<description>CHANGE ME - ONE SENTENCE DESCRIPTION RECOMMENDED</description> | |
<properties> |