Skip to content

dpwspoon/community

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community

Build Status

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

  1. POM name, description, and url. See this pom for an example.
  2. 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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published