Skip to content
mondain edited this page Dec 22, 2014 · 1 revision

Building

A "normal" build is performed by executing:

mvn clean package

Deploying builds to sonatype repository

This is for project team members only.

mvn clean deploy -P release

Releases

https://oss.sonatype.org/content/repositories/releases/org/red5/

Snapshots

https://oss.sonatype.org/content/repositories/snapshots/org/red5/

Clone this wiki locally