Alejandro Fernandez created AMBARI-7597:
-------------------------------------------
Summary: Increase speed of mvn tests
Key: AMBARI-7597
URL: https://issues.apache.org/jira/browse/AMBARI-7597
Project: Ambari
Issue Type: Task
Components: infra
Affects Versions: 1.7.0
Reporter: Alejandro Fernandez
Assignee: Alejandro Fernandez
mvn tests can take up to 20-25 mins to run
We should consider updating Maven, and perhaps,
compile -T # (to use multiple threads)
These will fork the junit tests into a new process and gives the tests a little
more memory.
-Dmaven.junit.fork=true
-Dmaven.junit.jvmargs=-Xmx512m
This forks the compilation to hopefully make it faster
-Dmaven.compile.fork=true
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)