We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The road-traffic-demo POM contains a property for configuring the port to use for Gaffer's REST API.
road-traffic-demo
Gaffer/example/road-traffic/road-traffic-demo/pom.xml
Line 32 in 7a34d83
However, changing this property doesn't in fact change the port used.
To Reproduce Steps to reproduce the behaviour:
mvn install -Proad-traffic-demo -pl :road-traffic-demo
standalone-port
Expected behaviour Setting the standalone-port property value will set the REST API port used when the demo is run.
The text was updated successfully, but these errors were encountered:
Gh-3185: Road traffic demo REST port is not changed by POM property (#…
669c98b
…3186) * Fix properties tag Needs to be nesting within <configuration>
GCHQDeveloper314
Successfully merging a pull request may close this issue.
Describe the bug
The
road-traffic-demo
POM contains a property for configuring the port to use for Gaffer's REST API.Gaffer/example/road-traffic/road-traffic-demo/pom.xml
Line 32 in 7a34d83
However, changing this property doesn't in fact change the port used.
To Reproduce
Steps to reproduce the behaviour:
mvn install -Proad-traffic-demo -pl :road-traffic-demo
.standalone-port
value.Expected behaviour
Setting the
standalone-port
property value will set the REST API port used when the demo is run.The text was updated successfully, but these errors were encountered: