Maven
Maven
Install Maven
| |
test to see if installed correctly:
| |
Get maven to generate a test hello world archetype project:
| |
run a test with maven on the project
| |
Compile the hello world app into a package after test is successful:
| |
run the compiled package
| |