Minor Maven Project Housekeeping (#334)
* Ignore Eclipse build/project artifacts.
* Fix Maven convention: rename src/tests/* to src/test/*
* Update Maven test dir. Remove directory specs for src, test, & rsrc.
${project.basedir} is the default directory. Only add directory
spec if different from convention.
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# =========================
|
||||
# Ignore Eclipse Artifacts
|
||||
# =========================
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user