Arthur Bogaart pushed to branch master at cms-community / hippo-cms

Commits:
2f7bae92 by Michael Metternich at 2017-07-06T14:45:28+02:00
CMS-10825 Remove npm_modules on maven clean

- - - - -
b2586ad4 by Arthur Bogaart at 2017-07-11T10:38:15+02:00
CMS-10825 Move clean plugin config to frontend module

- - - - -
0b85d94d by Arthur Bogaart at 2017-07-11T10:40:27+02:00
CMS-10825 Reintegrate feature/CMS-10825

- - - - -


4 changed files:

- api/pom.xml
- console/frontend/pom.xml
- console/pom.xml
- engine/pom.xml


Changes:

=====================================
api/pom.xml
=====================================
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -325,7 +325,17 @@
           </execution>
         </executions>
       </plugin>
-
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>node_modules</directory>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


=====================================
console/frontend/pom.xml
=====================================
--- a/console/frontend/pom.xml
+++ b/console/frontend/pom.xml
@@ -242,6 +242,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>node_modules</directory>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


=====================================
console/pom.xml
=====================================
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2007-2015 Hippo B.V. (http://www.onehippo.com)
- 
+  Copyright 2007-2017 Hippo B.V. (http://www.onehippo.com)
+
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
- 
+
        http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -33,4 +33,5 @@
     <module>frontend</module>
     <module>repository</module>
   </modules>
+
 </project>


=====================================
engine/pom.xml
=====================================
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -188,6 +188,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>node_modules</directory>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/compare/55de484a3c82485033d36cdd6ec7e245d9e839bf...0b85d94dc15f31b5c1cb8bcb12347ff6187e8db7
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to