mvn clean install - a short guide to Maven - 0 views
-
An equivalent in other languages would be Javascript’s npm, Ruby’s gems or PHP’s composer.
-
Maven expects a certain directory structure for your Java source code to live in and when you later do a mvn clean install , the whole compilation and packaging work will be done for you.
-
any directory that contains a pom.xml file is also a valid Maven project.
- ...17 more annotations...