justinhrobbins / FlashCards_App

Flashcards application
Apache License 2.0
0 stars 3 forks source link

Configure maven to run parallel builds #87

Closed justinhrobbins closed 10 years ago

justinhrobbins commented 10 years ago

https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3

http://stackoverflow.com/questions/581465/maven-how-to-do-parallel-builds

justinhrobbins commented 10 years ago

confirmed can run the mvn build using "mvn -T" switch. no code change needed.