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

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

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

revision 1449 by alfonx, Thu Jan 27 13:51:10 2011 UTC revision 1824 by alfonx, Sun Jan 15 09:47:51 2012 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-gt</artifactId>          <artifactId>schmitzm-gt</artifactId>
7          <version>2.5-SNAPSHOT</version>          <version>2.7-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <parent>          <parent>
11                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
12                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
13                  <version>2.5-SNAPSHOT</version>                  <version>2.7-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
17          <name>schmitzm-gt</name>          <name>schmitzm-gt</name>
         <url>http://maven.apache.org</url>  
18    
19          <dependencies>          <dependencies>
20    
21                  <dependency>                  <dependency>
22                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
23                            <artifactId>schmitzm-db</artifactId>
24                            <version>${project.version}</version>
25                            <type>test-jar</type>
26                            <scope>test</scope>
27                    </dependency>
28                    
29                    <dependency>
30                            <groupId>de.schmitzm</groupId>
31                          <artifactId>schmitzm-core</artifactId>                          <artifactId>schmitzm-core</artifactId>
32                          <version>${project.version}</version>                          <version>${project.version}</version>
33                          <type>test-jar</type>                          <type>test-jar</type>
# Line 44  Line 51 
51                  </dependency>                  </dependency>
52    
53                  <dependency>                  <dependency>
54                          <groupId>org.geotools.xsd</groupId>                          <groupId>org.geotools</groupId>
55                          <artifactId>gt-xsd-sld</artifactId>                          <artifactId>gt-epsg-hsql</artifactId>
56                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
57                          <type>jar</type>                          <type>jar</type>
58                          <scope>compile</scope>                          <scope>compile</scope>
59                  </dependency>                  </dependency>
60    
61                  <dependency>                  <dependency>
62                          <groupId>org.geotools</groupId>                          <groupId>org.geotools.xsd</groupId>
63                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-xsd-sld</artifactId>
64                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
65                          <type>jar</type>                          <type>jar</type>
66                          <scope>compile</scope>                          <scope>compile</scope>
67    
68                            <exclusions>
69                                    <exclusion>
70                                            <groupId>xml-apis</groupId>
71                                            <artifactId>xml-apis-xerces</artifactId>
72                                    </exclusion>
73                                    <exclusion>
74                                            <groupId>xerces</groupId>
75                                            <artifactId>xercesImpl</artifactId>
76                                    </exclusion>
77                            </exclusions>
78                    </dependency>
79    
80                    <!-- <dependency> -->
81                    <!-- <groupId>apache-xerces</groupId> -->
82                    <!-- <artifactId>xml-apis</artifactId> -->
83                    <!-- <version>2.0.0</version> -->
84                    <!-- </dependency> -->
85                    <dependency>
86                            <groupId>xerces</groupId>
87                            <artifactId>xercesImpl</artifactId>
88                            <version>2.9.1</version>
89                  </dependency>                  </dependency>
90    
91    
92                  <dependency>                  <dependency>
93                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
94                          <artifactId>gt-legacy</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
95                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
96                          <type>jar</type>                          <type>jar</type>
97                          <scope>compile</scope>                          <scope>compile</scope>
98                  </dependency>                  </dependency>
99    
100                    <!-- <dependency> -->
101                    <!-- <groupId>org.geotools</groupId> -->
102                    <!-- <artifactId>gt-legacy</artifactId> -->
103                    <!-- <version>${geotools.version}</version> -->
104                    <!-- <type>jar</type> -->
105                    <!-- <scope>compile</scope> -->
106                    <!-- </dependency> -->
107    
108                  <dependency>                  <dependency>
109                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
110                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
# Line 113  Line 151 
151                          <type>jar</type>                          <type>jar</type>
152                          <scope>compile</scope>                          <scope>compile</scope>
153                          <exclusions>                          <exclusions>
154                                  <!-- We use miglayout 3.7.3, not 3.7 -->                                  <!-- We use a newer miglayout from schmitzm, not 3.7 -->
155                                  <exclusion>                                  <exclusion>
156                                          <groupId>com.miglayout</groupId>                                          <groupId>com.miglayout</groupId>
157                                          <artifactId>miglayout</artifactId>                                          <artifactId>miglayout</artifactId>
# Line 136  Line 174 
174                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
175                          <type>jar</type>                          <type>jar</type>
176                          <scope>compile</scope>                          <scope>compile</scope>
177    
178                            <exclusions>
179                                    <exclusion>
180                                            <!-- avoiding a version conflict... -->
181                                            <groupId>commons-logging</groupId>
182                                            <artifactId>commons-logging</artifactId>
183                                    </exclusion>
184                            </exclusions>
185                  </dependency>                  </dependency>
186    
187                  <dependency>                  <dependency>
# Line 155  Line 201 
201                          <scope>compile</scope>                          <scope>compile</scope>
202                  </dependency>                  </dependency>
203    
204                    <dependency>
205                            <groupId>commons-logging</groupId>
206                            <artifactId>commons-logging</artifactId>
207                            <version>1.0.4</version>
208                            <type>jar</type>
209                            <scope>compile</scope>
210                    </dependency>
211          </dependencies>          </dependencies>
212            
213            
214          <profiles>          <profiles>
215                  <profile>                  <profile>
216                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>
# Line 177  Line 230 
230                                                                          <goal>java</goal>                                                                          <goal>java</goal>
231                                                                  </goals>                                                                  </goals>
232                                                                  <configuration>                                                                  <configuration>
233                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator
234                                                                            </mainClass>
235                                                                          <arguments>                                                                          <arguments>
236  <!--                                                                            <argument>-s</argument>-->                                                                                  <argument>-s</argument>
237  <!--                                                                            <argument>${project.build.directory}/../src</argument>-->                                                                                  <argument>${basedir}/src/main/resources</argument>
238                                                                                  <argument>-b</argument>                                                                                  <argument>-b</argument>
239                                                                                  <argument>de.schmitzm.geotools.gui.resource.locales.GTResourceBundle;de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle                                                                                  <argument>de.schmitzm.geotools.gui.resource.locales.GTResourceBundle;de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle
240                                                                                  </argument>                                                                                  </argument>
# Line 193  Line 247 
247                          </build>                          </build>
248                  </profile>                  </profile>
249          </profiles>          </profiles>
250            
251            <build>
252                    <pluginManagement>
253                            <plugins>
254                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
255                                    <plugin>
256                                            <groupId>org.eclipse.m2e</groupId>
257                                            <artifactId>lifecycle-mapping</artifactId>
258                                            <version>1.0.0</version>
259                                            <configuration>
260                                                    <lifecycleMappingMetadata>
261                                                            <pluginExecutions>
262                                                                    <pluginExecution>
263                                                                            <pluginExecutionFilter>
264                                                                                    <groupId>
265                                                                                            org.codehaus.mojo
266                                                                                    </groupId>
267                                                                                    <artifactId>
268                                                                                            exec-maven-plugin
269                                                                                    </artifactId>
270                                                                                    <versionRange>
271                                                                                            [1.2,)
272                                                                                    </versionRange>
273                                                                                    <goals>
274                                                                                            <goal>java</goal>
275                                                                                    </goals>
276                                                                            </pluginExecutionFilter>
277                                                                            <action>
278                                                                                    <ignore></ignore>
279                                                                            </action>
280                                                                    </pluginExecution>
281                                                            </pluginExecutions>
282                                                    </lifecycleMappingMetadata>
283                                            </configuration>
284                                    </plugin>
285                            </plugins>
286                    </pluginManagement>
287            </build>
288  </project>  </project>

Legend:
Removed from v.1449  
changed lines
  Added in v.1824

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26