EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.82k stars 419 forks source link

Add pom.xml for publishing to sonatype / maven central #70

Closed magro closed 10 years ago

magro commented 10 years ago

Should close issue #1

This version is deployed to sonatype and synced to maven central: http://repo1.maven.org/maven2/com/esotericsoftware/kryonet/

Currently tests failing when running mvn install:

Tests in error:
  testRMI(com.esotericsoftware.kryonet.rmi.RmiSendObjectTest): Address already in use

The full output of mvn install is available here: https://dl.dropboxusercontent.com/u/1439289/mvn-install.log.zip

To be able to build the jar mvn install was run with -Dmaven.test.skip=true.

NathanSweet commented 10 years ago

Thanks! You rock! :) I'll give you commit access to KryoNet and JsonBeans tomorrow.

magro commented 10 years ago

Thanks! :-) What do you think about the test failure?

NathanSweet commented 10 years ago

Not sure, likely a problem closing a socket in a previous test. I'm guessing it doesn't fail every time?

magro commented 10 years ago

I tried it 3 times or so, and it always failed. Am 15.06.2014 17:56 schrieb "Nathan Sweet" notifications@github.com:

Not sure, likely a problem closing a socket in a previous test. I'm guessing it doesn't fail every time?

— Reply to this email directly or view it on GitHub https://github.com/EsotericSoftware/kryonet/pull/70#issuecomment-46119510 .