Buiding Red5 and Xuggle with maven.
This project is a building script. It is supposed to be an instruction for Maven2 on how to build server Red5 and a Java part of Xuggle library. Let’s have a look on how it works. In SVN repository there is a structure of the Maven project, along with the files pom.xml. The source code of Red5 and Xuggle libraries does not change because it is linked to the source code of the original projects using svn:externals. All you need to do in order to build a project is to write mvn clean install. The results of work are the dependencies that can be used in a new project – a new Red5 based application (or Red5 and Xuggle based).
The current version is based on Red5 trunk (0.9dev) and Xuggle trunk