- Download maven from apache
- Set your
JAVA_HOME
path if you have not already done it - Create a application folder:
mvn archetype:generate \
-DgroupId=edu.calstatela.cs454.instructor.crawler \
-DartifactId=crawler-app \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DinteractiveMode=false