This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Description
Describe the bug
The road-traffic-demo POM contains a property for configuring the port to use for Gaffer's REST API.
|
<standalone-port>8080</standalone-port> |
However, changing this property doesn't in fact change the port used.
To Reproduce
Steps to reproduce the behaviour:
- Edit the port used in the POM or override the POM property manually.
- Run the demo using
mvn install -Proad-traffic-demo -pl :road-traffic-demo.
- The REST API will start using port 8080, and not the
standalone-port value.
Expected behaviour
Setting the standalone-port property value will set the REST API port used when the demo is run.