I'm just new to Maven. I'm following the "Maven in 5 Minutes" on this website.
When I run
mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
I find that
is generated. However, where did I got this source code? From website or from downloaded apache-maven-3.2.5-bin.zip. Which command indicates the location to get source?