I'm trying to follow instructions at
https://github.com/Red5/red5-plugins and I've downloaded and unzipped the plugins package and run maven in it with this command:
Code:
mvn -Dmaven.test.skip=true package
however it's throwing this error:
Code:
[ERROR] Failed to execute goal on project tomcatplugin: Could not resolve dependencies for project org.red5:tomcatplugin:jar:1.7: Could not find artifact net.sourceforge.groboutils:groboutils-core:jar:5 in sonatype-snapshots (http://oss.sonatype.org/content/repositories/snapshots) -> [Help 1]
I don't know what this means or how to resolve it. I have searched on google but haven't found any solution. Is this a problem at the github site? or is it at my end?
attached is a maven-run.txt which is the full console output showing the error. Thanks for any pointers.