Update README to clean on mvn package

This commit is contained in:
Justin Debbink 2016-07-13 09:10:41 -05:00 committed by Justin Debbink
parent 0986acd2a6
commit 9fc7215d6d

View File

@ -98,7 +98,7 @@ export PATH=${JAVA_HOME}/bin:$PATH
After cloning the project, you can build it from source with this command: After cloning the project, you can build it from source with this command:
``` ```
mvn package mvn clean package
``` ```
### Docker ### Docker