Testing and demonstration plugin using SpoutAPI.
Copyright © 2011, SpoutDev dev@getspout.org
TestPlugin is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 3
Visit our website.
Follow Spout on Twitter @SpoutDev
The latest and greatest source of TestPlugin can be found on GitHub.
Download the latest builds from Jenkins.
TestPlugin uses Maven to handle its dependencies.
TestPlugin requires SpoutAPI (preferrably the latest version or source).
- Install Maven 2 or 3
- Checkout this repo and run:
mvn clean package
- Generally follows the Oracle coding standards.
- TestPlugin uses tabs, no spaces.
- No 80 column limit or midstatement newlines.
- Pull requests must compile and work.
- Pull requests must be formatted properly.
Please follow the above conventions if you want your pull requests accepted.