Adding pom.xml instructions

+ for how generate ANTLR  source files
This commit is contained in:
romanman 2014-06-26 20:57:37 +01:00
parent 07afd3366c
commit fbe29aa7b0
1 changed files with 4 additions and 2 deletions

View File

@ -9,9 +9,11 @@
<url>http://www.ethereumj.org</url>
<!--
* To deploy the classes in one jar and dependencies to another dir
mvn clean package -Dmaven.test.skip=true
* To deploy the classes in one jar and dependencies to another dir
mvn clean package -Dmaven.test.skip=true
* To generate source for ANTLR parser/lexer
mvn antlr4:antlr4
-->
<properties>