Created
September 17, 2013 19:53
-
-
Save ggdio/6599658 to your computer and use it in GitHub Desktop.
Maven src folders convetion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/main/java Application/Library sources | |
src/main/resources Application/Library resources | |
src/main/filters Resource filter files | |
src/main/assembly Assembly descriptors | |
src/main/config Configuration files | |
src/main/scripts Application/Library scripts | |
src/main/webapp Web application sources | |
src/test/java Test sources | |
src/test/resources Test resources | |
src/test/filters Test resource filter files | |
src/site Site | |
LICENSE.txt Project's license | |
NOTICE.txt Notices and attributions required by libraries that the project depends on | |
README.txt Project's readme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment