Problem: List generated by \'mvn archetype:generate\" is too long for windows console to display (list gets cut off at about 200-th item
I tried learnin
Add > output.txt to the end of your command:
> output.txt
mvn archetype:generate > output.txt
This will redirect standard out into a file called output.txt