Posted inanalog3 tech notes
Memo: Maven
Installation How to install Maven on Windows Maven is a Java application, so we are just fine with expanding product zip package and setting environment variables M2_HOME and JAVA_HOME and set PATH. Creating a Maven Project Maven in 5 Minutes Maven in 5 seconds... dothis: mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false