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

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

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

revision 2287 by mojays, Sun Mar 24 11:17:42 2013 UTC revision 2288 by mojays, Tue Mar 26 19:59:16 2013 UTC
# Line 82  Line 82 
82                          </build>                          </build>
83                  </profile>                  </profile>
84          </profiles>          </profiles>
85    
86            <build>
87    
88                    <pluginManagement>
89                            <plugins>
90                                    <!--This plugin's configuration is used to store Eclipse m2e settings
91                                            only. It has no influence on the Maven build itself. -->
92                                    <plugin>
93                                            <groupId>org.eclipse.m2e</groupId>
94                                            <artifactId>lifecycle-mapping</artifactId>
95                                            <version>1.0.0</version>
96                                            <configuration>
97                                                    <lifecycleMappingMetadata>
98                                                            <pluginExecutions>
99                                                                    <pluginExecution>
100                                                                            <pluginExecutionFilter>
101                                                                                    <groupId>
102                                                                                            org.codehaus.mojo
103                                                                                    </groupId>
104                                                                                    <artifactId>
105                                                                                            exec-maven-plugin
106                                                                                    </artifactId>
107                                                                                    <versionRange>
108                                                                                            [1.2,)
109                                                                                    </versionRange>
110                                                                                    <goals>
111                                                                                            <goal>java</goal>
112                                                                                    </goals>
113                                                                            </pluginExecutionFilter>
114                                                                            <action>
115                                                                                    <ignore></ignore>
116                                                                            </action>
117                                                                    </pluginExecution>
118                                                            </pluginExecutions>
119                                                    </lifecycleMappingMetadata>
120                                            </configuration>
121                                    </plugin>
122                            </plugins>
123                    </pluginManagement>
124    
125    
126            </build>
127  </project>  </project>

Legend:
Removed from v.2287  
changed lines
  Added in v.2288

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26