Skip to content

Instantly share code, notes, and snippets.

@ucheng
Created July 22, 2012 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ucheng/3160195 to your computer and use it in GitHub Desktop.
Save ucheng/3160195 to your computer and use it in GitHub Desktop.
Maven project Standard Directory Layout
my-app/
|-- pom.xml
|-- src
| |-- main
| | |-- assembly
| | |-- config
| | |-- filters
| | |-- java
| | |-- resources
| | `-- webapp
| | |-- WEB-INF
| | | `-- web.xml
| | `-- index.jsp
| |-- site
| `-- test
| |-- filters
| |-- java
| `-- resources
`-- target
|-- classes
|-- maven-archiver
`-- test-classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment