Creating a project with the maven starter archetype:
mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial
-DarchetypeGroupId=org.apache.struts
-DarchetypeArtifactId=struts2-archetype-starter
-DarchetypeVersion=2.0.3-SNAPSHOT
-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
when I run:
mvn jetty:run
I'm getting:
java.lang.NoClassDefFoundError: org/apache/velocity/app/VelocityEngine
The created project is no supposed to depend on velocity right?
musachy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]