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

Diff of /branches/2.6-KECK/schmitzm-gt/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 217  Line 217 
217                  </profile>                  </profile>
218          </profiles>          </profiles>
219    
220            <build>
221                    <pluginManagement>
222                            <plugins>
223                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
224                                    <plugin>
225                                            <groupId>org.eclipse.m2e</groupId>
226                                            <artifactId>lifecycle-mapping</artifactId>
227                                            <version>1.0.0</version>
228                                            <configuration>
229                                                    <lifecycleMappingMetadata>
230                                                            <pluginExecutions>
231                                                                    <pluginExecution>
232                                                                            <pluginExecutionFilter>
233                                                                                    <groupId>
234                                                                                            org.apache.maven.plugins
235                                                                                    </groupId>
236                                                                                    <artifactId>
237                                                                                            maven-antrun-plugin
238                                                                                    </artifactId>
239                                                                                    <versionRange>
240                                                                                            [1.3,)
241                                                                                    </versionRange>
242                                                                                    <goals>
243                                                                                            <goal>run</goal>
244                                                                                    </goals>
245                                                                            </pluginExecutionFilter>
246                                                                            <action>
247                                                                                    <ignore></ignore>
248                                                                            </action>
249                                                                    </pluginExecution>
250                                                            </pluginExecutions>
251                                                    </lifecycleMappingMetadata>
252                                            </configuration>
253                                    </plugin>
254                            </plugins>
255                    </pluginManagement>
256            </build>
257  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26