GOSSIP-78 refactor into a multi-module maven project

* add *.ipr to .gitignore
* modify existing pom to be a parent. create new pom for gossip-core.
* I left all properties and dependencies in the parent, as they seemed to be a fairly general set of dependencies.
move all the code.
* rename parent module: gossip -> gossip-parent
* move dependencies into child module
This commit is contained in:
Gary Dusbabek
2017-04-13 08:20:06 -05:00
parent 6a4d50cae7
commit 298b1ae3ae
86 changed files with 162 additions and 137 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
.idea/
*.iml
*.iws
*.ipr
# Mac
.DS_Store