Revision: 51879
Author:   mmilicevic
Date:     2015-03-03 11:20:01 +0100 (Tue, 03 Mar 2015)
Log Message:
-----------
ARCHE-419 Filesync plugin included in 7.9.x archetype causes build error in 
Eclipse
- add eclipse specific setting

Modified Paths:
--------------
    
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/cms/pom.xml
    
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/essentials/pom.xml
    
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/site/pom.xml

Modified: 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/cms/pom.xml
===================================================================
--- 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/cms/pom.xml
    2015-03-03 09:51:41 UTC (rev 51878)
+++ 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/cms/pom.xml
    2015-03-03 10:20:01 UTC (rev 51879)
@@ -105,5 +105,36 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--
+          This plugin configuration is used to store Eclipse m2e settings 
only. It has no influence on the Maven build itself.
+        -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.googlecode.mavenfilesync</groupId>
+                    <artifactId>maven-filesync-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>generate</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 </project>

Modified: 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/essentials/pom.xml
===================================================================
--- 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/essentials/pom.xml
     2015-03-03 09:51:41 UTC (rev 51878)
+++ 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/essentials/pom.xml
     2015-03-03 10:20:01 UTC (rev 51879)
@@ -71,5 +71,36 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--
+          This plugin configuration is used to store Eclipse m2e settings 
only. It has no influence on the Maven build itself.
+        -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.googlecode.mavenfilesync</groupId>
+                    <artifactId>maven-filesync-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>generate</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 </project>

Modified: 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/site/pom.xml
===================================================================
--- 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/site/pom.xml
   2015-03-03 09:51:41 UTC (rev 51878)
+++ 
hippo-cms7/archetype/branches/hippo-project-archetype-2.00.xx/src/main/resources/archetype-resources/site/pom.xml
   2015-03-03 10:20:01 UTC (rev 51879)
@@ -132,5 +132,36 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--
+          This plugin configuration is used to store Eclipse m2e settings 
only. It has no influence on the Maven build itself.
+        -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.googlecode.mavenfilesync</groupId>
+                    <artifactId>maven-filesync-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>generate</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 </project>

_______________________________________________
Hippocms-svn mailing list
[email protected]
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to