|
From: Alex K. <ale...@gm...> - 2012-10-16 13:33:31
|
Hello, I wrote an application using javaxdelta and want to upload my app to Maven central. With Sonatype OSS rules my app must have all it's dependencies in Maven central [1]. I can upload javaxdelta to central using my own groupId (old version of javaxdelta already exists at central with foreign groupId [2]). But it would be better (for library users) to have javaxdelta in central with the same coordinates as in SF maven repository. I can upload existed 2.0.1 binaries as a third party bundle [3] with groupId "com.nothome", but I need to confirm that I contacted original javaxdelta authors and they don't want to upload javaxdelta to central themselves as a Sonatype OSS project [4]. So, I ask for your permission to upload javaxdelta to Maven central with groupId "com.nothome". [1]: http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/ [2]: http://repo1.maven.org/maven2/org/codehaus/openxma/javaxdelta/1.1.0/ [3]: https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository [4]: https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository#Uploading3rd-partyArtifactstoTheCentralRepository-MyBundleisUploaded.WhatNext%3F -- Regards, Alex Kasko |