[
https://issues.apache.org/jira/browse/AMBARI-20878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987606#comment-15987606
]
Hudson commented on AMBARI-20878:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #7368 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7368/])
AMBARI-20878. Running "mvn package" on ambari-web should not update the
(yusaku:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=36fd8c7cb1b3e828a1411ede0c0dcbbacb33b208])
* (edit) ambari-web/pom.xml
> Running "mvn package" on ambari-web should not update the yarn.lock file
> ------------------------------------------------------------------------
>
> Key: AMBARI-20878
> URL: https://issues.apache.org/jira/browse/AMBARI-20878
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.5.1
> Reporter: Yusaku Sako
> Assignee: Yusaku Sako
> Priority: Critical
> Fix For: 2.5.1
>
> Attachments: AMBARI-20878.patch
>
>
> Currently, when "mvn package" is run, yarn package manager *in some cases*
> updates the yarn.lock file. In theory, yarn.lock file should not change
> unless package.json is changed. However, it seems that this behavior is not
> guaranteed in some cases. This is a pain since yarn.lock is checked into git
> so whenever yarn.lock is updated, it is treated as uncommitted changes.
> In Yarn package manager, there's an option called "--pure-lockfile" that
> prevents unexpected behavior from happening (there are some long discussions
> about why this behavior is not by default in the first place:
> https://github.com/yarnpkg/yarn/issues/570).
> For mvn based builds, we can simply use that option.
> Verified that builds via "mvn clean package" are successful with the patch,
> and that yarn.lock does not change. The resulting build passes all
> ambari-web unit tests:
> 20701 passing (19s)
> 128 pending
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)