Eclipse development environment for GemStone/S
Build and run with all tests:
mvn clean verify
Java 8, GemStone/64 2.4.x, Eclipse Oxygen 4.7
Build and run (only) unit tests:
mvn clean verify -P unit
Build and run (only) integration tests (needs GemStone VM with running db and broker server):
mvn clean verify -P integration
Build without running tests:
mvn clean verify -DskipTests
This project is licensed under the EPL 1.0 License - see the LICENSE.md file for details