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

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

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

revision 1711 by alfonx, Mon Sep 5 07:16:28 2011 UTC revision 1792 by alfonx, Tue Nov 22 12:23:00 2011 UTC
# Line 132  Line 132 
132                          </plugin>                          </plugin>
133                  </plugins>                  </plugins>
134    
135                    <pluginManagement>
136                            <plugins>
137                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
138                                    <plugin>
139                                            <groupId>org.eclipse.m2e</groupId>
140                                            <artifactId>lifecycle-mapping</artifactId>
141                                            <version>1.0.0</version>
142                                            <configuration>
143                                                    <lifecycleMappingMetadata>
144                                                            <pluginExecutions>
145                                                                    <pluginExecution>
146                                                                            <pluginExecutionFilter>
147                                                                                    <groupId>
148                                                                                            org.apache.maven.plugins
149                                                                                    </groupId>
150                                                                                    <artifactId>
151                                                                                            maven-antrun-plugin
152                                                                                    </artifactId>
153                                                                                    <versionRange>
154                                                                                            [1.3,)
155                                                                                    </versionRange>
156                                                                                    <goals>
157                                                                                            <goal>run</goal>
158                                                                                    </goals>
159                                                                            </pluginExecutionFilter>
160                                                                            <action>
161                                                                                    <ignore></ignore>
162                                                                            </action>
163                                                                    </pluginExecution>
164                                                            </pluginExecutions>
165                                                    </lifecycleMappingMetadata>
166                                            </configuration>
167                                    </plugin>
168                            </plugins>
169                    </pluginManagement>
170          </build>          </build>
171                    
172                    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26