OpenTSDB/async

Invalid sources JAR in central repository

Closed this issue · 2 comments

The sources JAR in the central Maven repository has a missing package structure.

Hey Berk could take a look at this please?

bdd commented

Maven sources mojo simply jar packages the sourceDirectory. Neither async nor asynchbase uses the convention of reflecting package hierarchy to file system hierarchy.

So there's no easy way I could find to do this with Maven.

I will work on changing the directory hierarchy in my fork and send a pull request to address this issue.