Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprefactor code to match new maven-based project structure #815
Conversation
This commit adds all necessary files as well as correctly specifies the package names for each file. The project now fully mimics maven's project structure (as indicated as a goal earlier in issue #474)
This commit adds all necessary files as well as correctly specifies the package names for each file. The project now fully mimics maven's project structure (as indicated as a goal earlier in issue #474).
The goal is to make working on the project easier for others. They can now clone the repo and use the
Open as maven project
that is included in every mainstream IDE/editor.**Edit: ** All tests pass. Might be a good idea to setup a Travis CI config that will check for tests.