summaryrefslogtreecommitdiffstats
path: root/gui-clamp/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2021-09-15 16:35:40 +0100
committerDaniel Hanrahan <daniel.hanrahan@est.tech>2021-09-22 11:44:00 +0000
commitaa3754bc3dbcd08203744912f01f98f91768bf61 (patch)
treeae80fd4641b315ffd3f870cd2cb70b1215502fe3 /gui-clamp/pom.xml
parent48808f2f28b6acf699f093beffc909cdb820262a (diff)
Clean package-lock.json files
Clean package-lock.json files with maven clean Remove incorrect entry from .gitignore Issue-ID: POLICY-3646 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Iab744932f7def2495afa4600c9e26dbe71a1414a
Diffstat (limited to 'gui-clamp/pom.xml')
-rw-r--r--gui-clamp/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml
index 2f4cd9c..3aad9ca 100644
--- a/gui-clamp/pom.xml
+++ b/gui-clamp/pom.xml
@@ -223,6 +223,10 @@
<fileset>
<directory>${ui.react.lib.src}/node_modules</directory>
</fileset>
+ <fileset>
+ <directory>${basedir}</directory>
+ <includes>**/package-lock.json</includes>
+ </fileset>
</filesets>
</configuration>
</plugin>