This is an automated email from the ASF dual-hosted git repository.
kbhatt pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-1.0 by this push:
new ba8d07d ATLAS-3406 : mvn generate-resources does not use
dashboardv2/package-lock.json
ba8d07d is described below
commit ba8d07dfd8af8cf1efff2c2112c826c1e3f98d3b
Author: kevalbhatt <[email protected]>
AuthorDate: Tue Sep 10 14:11:52 2019 +0530
ATLAS-3406 : mvn generate-resources does not use
dashboardv2/package-lock.json
---
dashboardv2/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index 5f255b4..50d73fa 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>