/[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 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-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    
# Line 44  Line 44 
44                  </dependency>                  </dependency>
45    
46                  <dependency>                  <dependency>
47                          <groupId>org.geotools.xsd</groupId>                          <groupId>org.geotools</groupId>
48                          <artifactId>gt-xsd-sld</artifactId>                          <artifactId>gt-epsg-hsql</artifactId>
49                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
50                          <type>jar</type>                          <type>jar</type>
51                          <scope>compile</scope>                          <scope>compile</scope>
52                  </dependency>                  </dependency>
53    
54                  <dependency>                  <dependency>
55                          <groupId>org.geotools</groupId>                          <groupId>org.geotools.xsd</groupId>
56                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-xsd-sld</artifactId>
57                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
58                          <type>jar</type>                          <type>jar</type>
59                          <scope>compile</scope>                          <scope>compile</scope>
60    
61                            <exclusions>
62                                    <exclusion>
63                                            <groupId>xml-apis</groupId>
64                                            <artifactId>xml-apis-xerces</artifactId>
65                                    </exclusion>
66                                    <exclusion>
67                                            <groupId>xerces</groupId>
68                                            <artifactId>xercesImpl</artifactId>
69                                    </exclusion>
70                            </exclusions>
71                    </dependency>
72    
73                    <!-- <dependency> -->
74                    <!-- <groupId>apache-xerces</groupId> -->
75                    <!-- <artifactId>xml-apis</artifactId> -->
76                    <!-- <version>2.0.0</version> -->
77                    <!-- </dependency> -->
78                    <dependency>
79                            <groupId>xerces</groupId>
80                            <artifactId>xercesImpl</artifactId>
81                            <version>2.9.1</version>
82                  </dependency>                  </dependency>
83    
84    
85                  <dependency>                  <dependency>
86                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
87                          <artifactId>gt-legacy</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
88                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
89                          <type>jar</type>                          <type>jar</type>
90                          <scope>compile</scope>                          <scope>compile</scope>
91                  </dependency>                  </dependency>
92    
93                    <!-- <dependency> -->
94                    <!-- <groupId>org.geotools</groupId> -->
95                    <!-- <artifactId>gt-legacy</artifactId> -->
96                    <!-- <version>${geotools.version}</version> -->
97                    <!-- <type>jar</type> -->
98                    <!-- <scope>compile</scope> -->
99                    <!-- </dependency> -->
100    
101                  <dependency>                  <dependency>
102                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
103                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
# Line 113  Line 144 
144                          <type>jar</type>                          <type>jar</type>
145                          <scope>compile</scope>                          <scope>compile</scope>
146                          <exclusions>                          <exclusions>
147                                  <!-- We use miglayout 3.7.3, not 3.7 -->                                  <!-- We use a newer miglayout from schmitzm, not 3.7 -->
148                                  <exclusion>                                  <exclusion>
149                                          <groupId>com.miglayout</groupId>                                          <groupId>com.miglayout</groupId>
150                                          <artifactId>miglayout</artifactId>                                          <artifactId>miglayout</artifactId>
# Line 136  Line 167 
167                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
168                          <type>jar</type>                          <type>jar</type>
169                          <scope>compile</scope>                          <scope>compile</scope>
170    
171                            <exclusions>
172                                    <exclusion>
173                                            <!-- avoiding a version conflict... -->
174                                            <groupId>commons-logging</groupId>
175                                            <artifactId>commons-logging</artifactId>
176                                    </exclusion>
177                            </exclusions>
178                  </dependency>                  </dependency>
179    
180                  <dependency>                  <dependency>
# Line 155  Line 194 
194                          <scope>compile</scope>                          <scope>compile</scope>
195                  </dependency>                  </dependency>
196    
197                    <dependency>
198                            <groupId>commons-logging</groupId>
199                            <artifactId>commons-logging</artifactId>
200                            <version>1.0.4</version>
201                            <type>jar</type>
202                            <scope>compile</scope>
203                    </dependency>
204          </dependencies>          </dependencies>
205            
206            
207          <profiles>          <profiles>
208                  <profile>                  <profile>
209                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>
# Line 177  Line 223 
223                                                                          <goal>java</goal>                                                                          <goal>java</goal>
224                                                                  </goals>                                                                  </goals>
225                                                                  <configuration>                                                                  <configuration>
226                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator
227                                                                            </mainClass>
228                                                                          <arguments>                                                                          <arguments>
229  <!--                                                                            <argument>-s</argument>-->                                                                                  <argument>-s</argument>
230  <!--                                                                            <argument>${project.build.directory}/../src</argument>-->                                                                                  <argument>${basedir}/src/main/resources</argument>
231                                                                                  <argument>-b</argument>                                                                                  <argument>-b</argument>
232                                                                                  <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
233                                                                                  </argument>                                                                                  </argument>
# Line 193  Line 240 
240                          </build>                          </build>
241                  </profile>                  </profile>
242          </profiles>          </profiles>
243            
244            <build>
245                    <pluginManagement>
246                            <plugins>
247                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
248                                    <plugin>
249                                            <groupId>org.eclipse.m2e</groupId>
250                                            <artifactId>lifecycle-mapping</artifactId>
251                                            <version>1.0.0</version>
252                                            <configuration>
253                                                    <lifecycleMappingMetadata>
254                                                            <pluginExecutions>
255                                                                    <pluginExecution>
256                                                                            <pluginExecutionFilter>
257                                                                                    <groupId>
258                                                                                            org.codehaus.mojo
259                                                                                    </groupId>
260                                                                                    <artifactId>
261                                                                                            exec-maven-plugin
262                                                                                    </artifactId>
263                                                                                    <versionRange>
264                                                                                            [1.2,)
265                                                                                    </versionRange>
266                                                                                    <goals>
267                                                                                            <goal>java</goal>
268                                                                                    </goals>
269                                                                            </pluginExecutionFilter>
270                                                                            <action>
271                                                                                    <ignore></ignore>
272                                                                            </action>
273                                                                    </pluginExecution>
274                                                            </pluginExecutions>
275                                                    </lifecycleMappingMetadata>
276                                            </configuration>
277                                    </plugin>
278                            </plugins>
279                    </pluginManagement>
280            </build>
281  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26