You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2021/11/05 07:34:00 UTC

[jira] [Created] (IGNITE-15872) Add Maven Wrapper to facilitate and standardize build process

Roman Puchkovskiy created IGNITE-15872:
------------------------------------------

             Summary: Add Maven Wrapper to facilitate and standardize build process
                 Key: IGNITE-15872
                 URL: https://issues.apache.org/jira/browse/IGNITE-15872
             Project: Ignite
          Issue Type: Improvement
          Components: build
    Affects Versions: 2.13
            Reporter: Roman Puchkovskiy
            Assignee: Roman Puchkovskiy


Currently, one builds Ignite using mvn command directly. This requires Maven to be installed, present on the PATH, and each user may have their own Maven version.

Maven Wrapper will allow to achieve the following:
 # Build Ignite easier (i.e., on machines where Maven is not installed yet)
 # Use a standard version of Maven (which should decrease possibility for builds producing different results due to different Maven versions; for example, in one Maven version the build works ok, but in another it fails)

This change should not break anything as the old way to build using mvn command directly still remains possible.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)