Community provides a parent POM for other Kaazing projects. This POM binds the minimal set of plugins and metadata to the Maven build process to fullfil the Maven Central release requirements.
Projects inheriting community as a parent should add the following in order to release to maven central via automated builds
- POM name, description, and url. See this pom for an example.
- POM SCM information. See this pom for an example.
Once released, projects will be deployed in the following Sonatype repository, which is periodically synced with Maven Central.
<repository>
<id>sonatype-nexus-releases</id>
<name>Sonatype Nexus Releases</name>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</repository>