Commits

Christopher Febles committed 8447e86dfad
Extracted Spring test configuration as well as Test support classes into src/main so they can be reused by other Magic sub projects. Updated setup script to check if JAVA_HOME is set for command line Maven. Added PowerMock to parent POM for all Magic projects. PROTIP: "-noverify" JVM argument must be present when running PowerMock unit tests. This is set in the POM, but must be added manually to IDE-run test configurations.