/[schmitzm]/branches/2.6-KECK/schmitzm-adresses/pom.xml
ViewVC logotype

Diff of /branches/2.6-KECK/schmitzm-adresses/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1791 by alfonx, Mon Sep 5 07:16:28 2011 UTC revision 1792 by alfonx, Tue Nov 22 12:23:00 2011 UTC
# Line 40  Line 40 
40                  </dependency>                  </dependency>
41          </dependencies>          </dependencies>
42    
43            <build>
44                    <pluginManagement>
45                            <plugins>
46                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
47                                    <plugin>
48                                            <groupId>org.eclipse.m2e</groupId>
49                                            <artifactId>lifecycle-mapping</artifactId>
50                                            <version>1.0.0</version>
51                                            <configuration>
52                                                    <lifecycleMappingMetadata>
53                                                            <pluginExecutions>
54                                                                    <pluginExecution>
55                                                                            <pluginExecutionFilter>
56                                                                                    <groupId>
57                                                                                            org.apache.maven.plugins
58                                                                                    </groupId>
59                                                                                    <artifactId>
60                                                                                            maven-antrun-plugin
61                                                                                    </artifactId>
62                                                                                    <versionRange>
63                                                                                            [1.3,)
64                                                                                    </versionRange>
65                                                                                    <goals>
66                                                                                            <goal>run</goal>
67                                                                                    </goals>
68                                                                            </pluginExecutionFilter>
69                                                                            <action>
70                                                                                    <ignore></ignore>
71                                                                            </action>
72                                                                    </pluginExecution>
73                                                            </pluginExecutions>
74                                                    </lifecycleMappingMetadata>
75                                            </configuration>
76                                    </plugin>
77                            </plugins>
78                    </pluginManagement>
79            </build>
80  </project>  </project>

Legend:
Removed from v.1791  
changed lines
  Added in v.1792

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26