[
https://issues.apache.org/jira/browse/AMBARI-24969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705723#comment-16705723
]
ASF GitHub Bot commented on AMBARI-24969:
-----------------------------------------
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]
> Infra Manager: REST api cleanup
> -------------------------------
>
> Key: AMBARI-24969
> URL: https://issues.apache.org/jira/browse/AMBARI-24969
> Project: Ambari
> Issue Type: Bug
> Components: ambari-infra
> Affects Versions: 2.8.0
> Reporter: Krisztian Kasa
> Assignee: Krisztian Kasa
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.8.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)