Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 213 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 213 Bytes

java-example

Generate JSP boilerplate:

mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-webapp -DarchetypeVersion=1.4

Build:

mvn compile war:war