/[schmitzm]/trunk/schmitzm-excelcsv/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-excelcsv/pom.xml

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

revision 2263 by mojays, Fri Mar 1 00:00:40 2013 UTC revision 2265 by mojays, Fri Mar 1 00:56:49 2013 UTC
# Line 77  Line 77 
77                          </build>                          </build>
78                  </profile>                  </profile>
79          </profiles>          </profiles>
80    
81            <build>
82    
83                    <pluginManagement>
84                            <plugins>
85                                    <!--This plugin's configuration is used to store Eclipse m2e settings
86                                            only. It has no influence on the Maven build itself. -->
87                                    <plugin>
88                                            <groupId>org.eclipse.m2e</groupId>
89                                            <artifactId>lifecycle-mapping</artifactId>
90                                            <version>1.0.0</version>
91                                            <configuration>
92                                                    <lifecycleMappingMetadata>
93                                                            <pluginExecutions>
94                                                                    <pluginExecution>
95                                                                            <pluginExecutionFilter>
96                                                                                    <groupId>
97                                                                                            org.codehaus.mojo
98                                                                                    </groupId>
99                                                                                    <artifactId>
100                                                                                            exec-maven-plugin
101                                                                                    </artifactId>
102                                                                                    <versionRange>
103                                                                                            [1.2,)
104                                                                                    </versionRange>
105                                                                                    <goals>
106                                                                                            <goal>java</goal>
107                                                                                    </goals>
108                                                                            </pluginExecutionFilter>
109                                                                            <action>
110                                                                                    <ignore></ignore>
111                                                                            </action>
112                                                                    </pluginExecution>
113                                                            </pluginExecutions>
114                                                    </lifecycleMappingMetadata>
115                                            </configuration>
116                                    </plugin>
117                            </plugins>
118                    </pluginManagement>
119    
120    
121            </build>
122  </project>  </project>

Legend:
Removed from v.2263  
changed lines
  Added in v.2265

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26