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

Diff of /branches/2.6-KECK/schmitzm-jfree-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 96  Line 96 
96  <!--            </profile>-->  <!--            </profile>-->
97  <!--    </profiles>-->  <!--    </profiles>-->
98                    
99            <build>
100                    <pluginManagement>
101                            <plugins>
102                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
103                                    <plugin>
104                                            <groupId>org.eclipse.m2e</groupId>
105                                            <artifactId>lifecycle-mapping</artifactId>
106                                            <version>1.0.0</version>
107                                            <configuration>
108                                                    <lifecycleMappingMetadata>
109                                                            <pluginExecutions>
110                                                                    <pluginExecution>
111                                                                            <pluginExecutionFilter>
112                                                                                    <groupId>
113                                                                                            org.apache.maven.plugins
114                                                                                    </groupId>
115                                                                                    <artifactId>
116                                                                                            maven-antrun-plugin
117                                                                                    </artifactId>
118                                                                                    <versionRange>
119                                                                                            [1.3,)
120                                                                                    </versionRange>
121                                                                                    <goals>
122                                                                                            <goal>run</goal>
123                                                                                    </goals>
124                                                                            </pluginExecutionFilter>
125                                                                            <action>
126                                                                                    <ignore></ignore>
127                                                                            </action>
128                                                                    </pluginExecution>
129                                                            </pluginExecutions>
130                                                    </lifecycleMappingMetadata>
131                                            </configuration>
132                                    </plugin>
133                            </plugins>
134                    </pluginManagement>
135            </build>
136  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26