TeleSign/java_telesign

incorrect directory structure for maven

Closed this issue · 1 comments

Current project have build script both for ANT and Maven, but it's directory structure isn't. All source code should follow maven's convention for java source code, which is src/main/java, and test source code /src/test/java.

Also, I think ANT build should be deprecated at this point.

We can address this with #31.