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:
Javacraft
2018-08-13 06:59:06 -07:00
committed by RoboMWM
parent 19c0f3220f
commit e7495011aa
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -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*