Mathijs den Burger pushed to branch master at cms-community / hippo-cms

Commits:
922c21d9 by Mathijs den Burger at 2016-08-05T14:45:57+02:00
CMS-10305 Don't check license of .npmrc and node_modules/ in engine

Those are frontend-specific build files used/created by NPM that
don't have nor need a license header.

- - - - -
8af50ca6 by Mathijs den Burger at 2016-08-05T14:46:17+02:00
CMS-10305 Reintegrate feature/CMS-10305

- - - - -


1 changed file:

- pom.xml


Changes:

=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -455,9 +455,11 @@
                 <exclude>api/.npmrc</exclude>
                 <exclude>console/frontend/.bowerrc</exclude>
                 <exclude>console/frontend/.npmrc</exclude>
+                <exclude>engine/.npmrc</exclude>
                 <!-- front-end build external dependencies -->
                 <exclude>api/node_modules/**</exclude>
                 <exclude>console/frontend/node_modules/**</exclude>
+                <exclude>engine/node_modules/**</exclude>
                 <!-- files without license header  -->
                 <exclude>upgrade_notes.txt</exclude>
                 
<exclude>engine/src/main/resources/org/hippoecm/frontend/plugins/login/jstz.min.js</exclude>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/compare/750b20ef67433e5fa120b9d0292e4a331471b635...8af50ca685feed0d03b7faa07bf5eceda565bb19
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to