This content has been marked as final.
Show 1 reply
-
1. Re: Looking for JBoss 5.1 sample application sources that build with maven
romanj Feb 27, 2013 5:45 AM (in response to sgold45)What kind of sample app are you looking for?
If you need a web app with simple index.jsp page it should be sufficient to use default maven template:
mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp
mvn clean package