Availability in public Maven repositories
Opened this issue · 5 comments
Could the binary be made available in public Maven repositories?
I don't see why not.
Cool, Sonatype OSS (https://oss.sonatype.org/index.html) is one way to publish Maven artifacts to central. Alternatively you can put it on an external repository.
Btw, having test scope dependencies in the binary (junit & hamcrest) is weird.
must have created the .jar with the junit by accident, I'll fix it soon, thanks
I just generated another .jar. Could you please help me with its publication into a maven repo?
Thanks
Sure, just expose a similar structure like here via http http://source.mysema.com/maven2/releases/citysdk/citysdk-tourism-client/0.1/
The format of the folder is //
And the artifacts are -.(jar|pom|...)
The binary shouldn't include any external dependencies. The dependencies should be declared in the pom instead.