I'm a beginner in development with Maven and I'm having some doubts. Next, I would like to create a Java web application, for this I started by running the following command:
mvn archetype:generate -DgroupId=com.myapp -DartifactId=CounterWebApp -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false
Following is the following directory structure:
My doubt: Because Maven did not create a directory for the .java, in my case I will use servelets, where would I put them ?, which directory ?. Do I need to create them manually?.