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

Diff of /branches/2.6-KECK/schmitzm-jfree/pom.xml

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

trunk/schmitzm-jfree/pom.xml revision 1448 by alfonx, Thu Jan 27 13:45:02 2011 UTC branches/2.6-KECK/schmitzm-jfree/pom.xml revision 1792 by alfonx, Tue Nov 22 12:23:00 2011 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.5-SNAPSHOT</version>          <version>2.6-KECK</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.5-SNAPSHOT</version>                  <version>2.6-KECK</version>
17                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
18          </parent>          </parent>
19    
# Line 74  Line 74 
74                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
75                                                                          <arguments>                                                                          <arguments>
76                                                                                  <argument>-s</argument>                                                                                  <argument>-s</argument>
77                                                                                  <argument>${project.build.directory}/../src</argument>                                                                                  <argument>${basedir}/src/main/resources</argument>
78                                                                                  <argument>-b</argument>                                                                                  <argument>-b</argument>
79                                                                                  <argument>de.schmitzm.jfree.resource.locales.JFreeResourceBundle                                                                                  <argument>de.schmitzm.jfree.resource.locales.JFreeResourceBundle
80                                                                                  </argument>                                                                                  </argument>
# 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.apache.maven.plugins
106                                                                                    </groupId>
107                                                                                    <artifactId>
108                                                                                            maven-antrun-plugin
109                                                                                    </artifactId>
110                                                                                    <versionRange>
111                                                                                            [1.3,)
112                                                                                    </versionRange>
113                                                                                    <goals>
114                                                                                            <goal>run</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.1448  
changed lines
  Added in v.1792

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26