kasakrisz commented on a change in pull request #20: AMBARI-24969 - Infra
Manager: REST api cleanup
URL: https://github.com/apache/ambari-infra/pull/20#discussion_r238056617
##########
File path: ambari-infra-manager-it/pom.xml
##########
@@ -36,6 +36,9 @@
<failsafe-plugin.version>2.20</failsafe-plugin.version>
<infra-manager.docker.host>localhost</infra-manager.docker.host>
<stories.location>NONE</stories.location>
+ <okhttp-version>2.7.5</okhttp-version>
+ <generated-sources-java-path>main/java</generated-sources-java-path>
+
<generated-sources-path>${project.build.directory}/generated-sources</generated-sources-path>
Review comment:
I renamed these properties.
I googled a bit about maven naming conventions and found that camel case is
used for multiword property names and `.` "refers to the pom structure where
the variable is located".
```${project.build.outputDirectory}```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services