Red5 / red5-plugins

Red5 Server Plug-ins
50 stars 77 forks source link

Problem with pom.xml #1

Closed deluxor closed 8 years ago

deluxor commented 10 years ago

Hello friend, something is wrong with pom.xml of cluster plugin, the header of the files is:

4.0.0
<artifactId>authplugin</artifactId>
<packaging>jar</packaging>
<name>Red5 :: authplugin</name>
<description>The Red5 Authplugin</description>
<groupId>org.red5</groupId>
<version>1.0.2</version>
<url>https://code.google.com/p/red5/</url>
<inceptionYear>2005</inceptionYear>

It don't need to be something related to the cluster plugin itself? Because when i build it i get the authplugin.jar. Make sure the main class is also fixed.

Thanks.

mondain commented 10 years ago

The cluster plugin is a work in progress that is in a very raw state; this project needs some attention and you may feel free to create a patch if you like.