So the main issue is the "central sync" requirement right?
- 
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-6.CentralSyncRequirement

* Project POM has the following elements.
** <modelVersion>
**<groupId>
**<artifactId>
**<version>
**<packaging>
**<name>
**<description>
**<url>
**<licenses>
**<scm><url>
**<scm><connection>
**<developers>
** If the project packaging is jar, and the jar file contains java
classes, there must be a -javadoc.jar for main artifact.
** If the project packaging is jar, there must be a -sources.jar for
main artifact.
** All project artifacts are signed using GPG, and the public key is
distributed to hkp://pgp.mit.edu/. For more information, please refer
to How To Generate PGP Signatures With MavenSome folks have asked why
do we require all this information in the POM for deployed artifacts
so here's a small explanation. The POM being deployed with the
artifact is part of the process to make transitive dependencies a
reality in Maven. The logic for getting transitive dependencies
working is really not that hard, the problem is getting the data. The
other applications that are made possible by having all the POMs
available for artifacts are vast, so by placing them into the
repository as part of the process we open up the doors to new ideas
that involve unified access to project POMs.

On Tue, Jul 27, 2010 at 10:45 PM, Michael Bedward
<michael.bedw...@gmail.com> wrote:
>> Anything else we should know? We probably have to publish geoapi as well.
>
> It's what I've used to publish JTS and jaitools.  There are some good
> notes here:
> https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
>

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to