forked from lwes/lwes-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Light Weight Event System Java library
License
pfarner/lwes-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 99.9%
- Shell 0.1%