[
https://issues.apache.org/jira/browse/CLOUDSTACK-10161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16270992#comment-16270992
]
ASF GitHub Bot commented on CLOUDSTACK-10161:
---------------------------------------------
khos2ow commented on issue #2343: [WIP] CLOUDSTACK-10161: Use Maven wrapper
URL: https://github.com/apache/cloudstack/pull/2343#issuecomment-347904651
IMO It's not just replacing one tool with another, it:
- requires less dependency to packages installed on ones machine, given that
there's no universal way to install Maven even in one specific OS/distro and
one specific version of maven itself.
- gives consistency, kind of the same way we have `.java-version` and
`.python-version`. So everyone has and uses the exact same version of maven,
everywhere, everytime.
- and gives us control of that version. If -for whatever reason- Maven needs
to be upgraded we will only need to change one jar file and one properties in
the codebase itself.
----------------------------------------------------------------
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]
> Use maven wrapper
> -----------------
>
> Key: CLOUDSTACK-10161
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10161
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Khosrow Moossavi
> Priority: Minor
>
> The goal is to use Maven wrapper (https://github.com/takari/maven-wrapper) to
> decouple dependency to maven being installed on developer/ci machine.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)