Ok, I was a little off on that last post, sorry to everyone following
this thread.

If you run this (notice the 5.0.4, not 5.0.3)
C:\Projects\wtpworkspace>mvn archetype:create -DarchetypeGroupId=org.apache.tape
stry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.4 -DgroupId=org.exa
mple -DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT

Then in your pom it will have 5.0.4-SNAPSHOT.  Since 5.0.4 has been
released, change this to 5.0.4

Now you can run

mvn clean install -U

and
mvn jetty:run

And the app should be at:

http://localhost:8080/myapp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to