drtimcooper / LatLongToTimezone

Lat/long to timezone mapper in Java. Does not require web services or data files - just pure Java or Swift.
MIT License
167 stars 33 forks source link

Adding a pom.xml to use the project with maven and produce a jar. #3

Closed rlemaire closed 8 years ago

rlemaire commented 8 years ago

This PR adds a pom.xml that matches the current project layout.

I must add that it's usually better to use the maven convention for source directories (although I guess I will not be a problem for this project).

Also, tests and production code should be separated and JUnit should not be a runtime dependency.

I can do that in another PR if this is ok.