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

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

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

revision 1586 by alfonx, Tue May 17 19:07:00 2011 UTC revision 1813 by mojays, Mon Jan 9 15:24:14 2012 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-jfree</artifactId>          <artifactId>schmitzm-jfree</artifactId>
7          <version>2.6-SNAPSHOT</version>          <version>2.7-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <name>schmitzm-jfree</name>          <name>schmitzm-jfree</name>
# Line 13  Line 13 
13          <parent>          <parent>
14                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
15                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
16                  <version>2.6-SNAPSHOT</version>                  <version>2.7-SNAPSHOT</version>
17                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
18          </parent>          </parent>
19    
# Line 88  Line 88 
88                  </profile>                  </profile>
89          </profiles>          </profiles>
90                    
91            <build>
92                    <pluginManagement>
93                            <plugins>
94                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
95                                    <plugin>
96                                            <groupId>org.eclipse.m2e</groupId>
97                                            <artifactId>lifecycle-mapping</artifactId>
98                                            <version>1.0.0</version>
99                                            <configuration>
100                                                    <lifecycleMappingMetadata>
101                                                            <pluginExecutions>
102                                                                    <pluginExecution>
103                                                                            <pluginExecutionFilter>
104                                                                                    <groupId>
105                                                                                            org.codehaus.mojo
106                                                                                    </groupId>
107                                                                                    <artifactId>
108                                                                                            exec-maven-plugin
109                                                                                    </artifactId>
110                                                                                    <versionRange>
111                                                                                            [1.2,)
112                                                                                    </versionRange>
113                                                                                    <goals>
114                                                                                            <goal>java</goal>
115                                                                                    </goals>
116                                                                            </pluginExecutionFilter>
117                                                                            <action>
118                                                                                    <ignore></ignore>
119                                                                            </action>
120                                                                    </pluginExecution>
121                                                            </pluginExecutions>
122                                                    </lifecycleMappingMetadata>
123                                            </configuration>
124                                    </plugin>
125                            </plugins>
126                    </pluginManagement>
127            </build>
128  </project>  </project>

Legend:
Removed from v.1586  
changed lines
  Added in v.1813

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26