/[schmitzm]/branches/2.4.x/pom.xml
ViewVC logotype

Diff of /branches/2.4.x/pom.xml

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

revision 1161 by alfonx, Sun Oct 24 16:44:18 2010 UTC revision 1305 by alfonx, Wed Nov 24 14:39:51 2010 UTC
# Line 1  Line 1 
1  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3    
4          <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-library</artifactId>          <artifactId>schmitzm-library</artifactId>
7          <name>schmitzm-library</name>          <name>schmitzm-library</name>
8          <version>2.3-SNAPSHOT</version>          <version>2.4-SNAPSHOT</version>
9          <description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>          <description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>
10    
11          <issueManagement>          <issueManagement>
# Line 62  Line 63 
63          <dependencies>          <dependencies>
64    
65                  <dependency>                  <dependency>
66                            <groupId>javax.jnlp</groupId>
67                            <artifactId>jnlp</artifactId>
68                            <version>1.6</version>
69                            <type>jar</type>
70                            <scope>compile</scope>
71                    </dependency>
72    
73                    <dependency>
74                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
75                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
76                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
# Line 70  Line 79 
79                  </dependency>                  </dependency>
80    
81                  <dependency>                  <dependency>
82                            <groupId>org.geotools.xsd</groupId>
83                            <artifactId>gt-xsd-sld</artifactId>
84                            <version>${geotools.version}</version>
85                            <type>jar</type>
86                            <scope>compile</scope>
87                    </dependency>
88    
89                    <dependency>
90                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
91                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
92                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
# Line 133  Line 150 
150                  </dependency>                  </dependency>
151    
152                  <dependency>                  <dependency>
153                            <groupId>javax.mail</groupId>
154                            <artifactId>mail</artifactId>
155                            <version>1.4.1</version>
156                            <type>jar</type>
157                            <scope>compile</scope>
158                    </dependency>
159    
160                    <dependency>
161                          <groupId>jfree</groupId>                          <groupId>jfree</groupId>
162                          <artifactId>jfreechart</artifactId>                          <artifactId>jfreechart</artifactId>
163                          <version>1.0.13</version>                          <version>1.0.13</version>
# Line 176  Line 201 
201                          <artifactId>junit</artifactId>                          <artifactId>junit</artifactId>
202                          <version>4.8.1</version>                          <version>4.8.1</version>
203                          <type>jar</type>                          <type>jar</type>
204                          <scope>compile</scope>                          <scope>test</scope>
205                  </dependency>                  </dependency>
206    
207                  <dependency>                  <dependency>
# Line 214  Line 239 
239                  <dependency>                  <dependency>
240                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
241                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
242                          <version>3.7.2</version>                          <version>3.7.3</version>
243                  </dependency>                  </dependency>
244    
245                  <dependency>                  <dependency>
# Line 265  Line 290 
290                          <scope>compile</scope>                          <scope>compile</scope>
291                  </dependency>                  </dependency>
292    
293                    <dependency>
294                            <groupId>commons-cli</groupId>
295                            <artifactId>commons-cli</artifactId>
296                            <version>1.2</version>
297                            <type>jar</type>
298                            <scope>compile</scope>
299                    </dependency>
300          </dependencies>          </dependencies>
301    
302    
# Line 284  Line 316 
316                                          <exclude>**/Thumbs.db</exclude>                                          <exclude>**/Thumbs.db</exclude>
317                                  </excludes>                                  </excludes>
318                          </testResource>                          </testResource>
319    
320                            <testResource>
321                                    <directory>testresources</directory>
322                                    <filtering>false</filtering>
323                                    <excludes>
324                                            <exclude>**/*.java</exclude>
325                                            <exclude>**/*.svn*</exclude>
326                                            <exclude>**/*.cvs</exclude>
327                                            <exclude>**/*~</exclude>
328                                            <exclude>**/Thumbs.db</exclude>
329                                    </excludes>
330                            </testResource>
331    
332                  </testResources>                  </testResources>
333    
334                  <!-- <outputDirectory>classes</outputDirectory> -->                  <!-- <outputDirectory>classes</outputDirectory> -->
# Line 457  Line 502 
502                  </snapshotRepository>                  </snapshotRepository>
503    
504          </distributionManagement>          </distributionManagement>
505            <profiles>
506                    <profile>
507                            <id>resourceOperationRemove</id>
508                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
509                                    the build will remove any lines in the resource bundes that are tagged with
510                                    REMOVEME_ -->
511                            <build>
512                                    <plugins>
513                                            <plugin>
514                                                    <groupId>org.codehaus.mojo</groupId>
515                                                    <artifactId>exec-maven-plugin</artifactId>
516                                                    <version>1.2</version>
517                                                    <executions>
518                                                            <execution>
519                                                                    <phase>generate-sources</phase>
520                                                                    <goals>
521                                                                            <goal>java</goal>
522                                                                    </goals>
523                                                                    <configuration>
524                                                                            <mainClass>schmitzm.lang.ResourceProviderOperator</mainClass>
525                                                                            <arguments>
526                                                                                    <argument>-s</argument>
527                                                                                    <argument>${project.build.directory}/../src</argument>
528                                                                                    <argument>-b</argument>
529                                                                                    <argument>schmitzm.geotools.gui.resource.locales.GTResourceBundle;schmitzm.swing.resource.locales.SwingResourceBundle;schmitzm.geotools.feature.resource.locales.FeatureResourceBundle;schmitzm.jfree.resource.locales.JFreeResourceBundle;schmitzm.lang.resource.locales.LangResourceBundle;schmitzm.mail.resource.locales.MailResourceBundle;schmitzm.data.resource.locales.DataResourceBundle</argument>
530                                                                            </arguments>
531                                                                    </configuration>
532                                                            </execution>
533                                                    </executions>
534                                            </plugin>
535                                    </plugins>
536                            </build>
537                    </profile>
538            </profiles>
539    
540    
541  </project>  </project>

Legend:
Removed from v.1161  
changed lines
  Added in v.1305

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26