Apache maven introduction
Apache maven is often misunderstood as just a java build tool, which means people think maven is a tool that only creates deployable artifacts (jar, war, zip, ear, etc) from the source code. Many beginners try to compare maven with other build tools like Ant and Ivy, but in reality, maven is much more than that. Because build tool [...]