Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

378 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Java API for the Light Weight Event System.

***
Prerequisites
- JDK 1.5.x (http://java.sun.com/) or later
- Maven 3.0.4 (http://apache.maven.org/) or later
- GPG, if you are going to deploy a release (http://www.gnupg.org/download)

***
How to build:
% mvn clean package

To create a release:
% mvn release:prepare release:perform

NOTE: you cannot use batch-mode anymore. Deploying to central requires a gpg key
and it needs to prompt you for your passphrase. It will error out if you have
specified batch-mode.

NOTE: Read this document for deploying releases to central:
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

***
To increase the read buffer size on the multicast socket, set the system property
MulticastReceiveBufferSize. For example,

java -DMulticastReceiveBufferSize=8388608 ...

About

Light Weight Event System Java library

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages