Hello, I'm reading the book: "practical apache struts2 web 2.0 projects" by Ian Roughley. I have questions.
1) I do not know if Maven2 replaces an application server. Otherwise, what do I need?
2) the following command to build the directory structure does not give the results hoped for.
mvn archetype:create
-DgroupId=com.fdar.apress.s2
-DartifactId=app
-DarchetypeGroupId=org.apache.struts
-DarchetypeArtifactId=struts2-archetype-starter
-DarchetypeVersion=2.0.9-SNAPSHOT
-DremoteRepositories=http://people.apache.org/maven-snapshot-repository
mvn -v
Apache
Maven 2.2.1 (rdebian-4)
Java version: 1.6.0_20
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: it_IT, platform encoding: UTF-8
OS name: "linux" version: "2.6.35-30-generic" arch: "i386" Family: "unix"