You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by kb...@apache.org on 2019/09/10 08:49:08 UTC

[atlas] branch branch-2.0 updated: ATLAS-3406: mvn generate-resources does not use dashboardv2/package-lock.json

This is an automated email from the ASF dual-hosted git repository.

kbhatt pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 5f7e357  ATLAS-3406: mvn generate-resources does not use dashboardv2/package-lock.json
5f7e357 is described below

commit 5f7e3577c8d5fc256b82e5dc255f4357d17b08fb
Author: kevalbhatt <kb...@apache.org>
AuthorDate: Tue Sep 10 14:17:38 2019 +0530

    ATLAS-3406: mvn generate-resources does not use dashboardv2/package-lock.json
    
    (cherry picked from commit c9446eec8ca3d048682703a2980504e66160a47f)
---
 dashboardv2/pom.xml | 1 +
 dashboardv3/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index 7d64497..4f1eff4 100644
--- a/dashboardv2/pom.xml
+++ b/dashboardv2/pom.xml
@@ -76,6 +76,7 @@
                                     <directory>${basedir}</directory>
                                     <includes>
                                         <include>package.json</include>
+                                        <include>package-lock.json</include>
                                         <include>gruntfile.js</include>
                                     </includes>
                                 </resource>
diff --git a/dashboardv3/pom.xml b/dashboardv3/pom.xml
index 7daee86..6190f70 100644
--- a/dashboardv3/pom.xml
+++ b/dashboardv3/pom.xml
@@ -76,6 +76,7 @@
                                     <directory>${basedir}</directory>
                                     <includes>
                                         <include>package.json</include>
+                                        <include>package-lock.json</include>
                                         <include>gruntfile.js</include>
                                     </includes>
                                 </resource>