/[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 1222 by alfonx, Wed Nov 3 14:07:08 2010 UTC revision 1343 by alfonx, Mon Dec 13 11:32:50 2010 UTC
# Line 5  Line 5 
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
10                    and JFreeChart</description>
11    
12          <issueManagement>          <issueManagement>
13                  <system>gforge</system>                  <system>gforge</system>
# Line 63  Line 64 
64          <dependencies>          <dependencies>
65    
66                  <dependency>                  <dependency>
67                            <groupId>javax.jnlp</groupId>
68                            <artifactId>jnlp</artifactId>
69                            <version>1.6</version>
70                            <type>jar</type>
71                            <scope>compile</scope>
72                    </dependency>
73    
74                    <dependency>
75                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
76                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
77                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
# Line 139  Line 148 
148                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
149                          <type>jar</type>                          <type>jar</type>
150                          <scope>compile</scope>                          <scope>compile</scope>
151                            <exclusions>
152                                    <!-- We use miglayout 3.7.3, not 3.7 -->
153                                    <exclusion>
154                                            <groupId>com.miglayout</groupId>
155                                            <artifactId>miglayout</artifactId>
156                                    </exclusion>
157                            </exclusions>
158                  </dependency>                  </dependency>
159    
160                  <dependency>                  <dependency>
# Line 171  Line 187 
187                          <type>jar</type>                          <type>jar</type>
188                          <scope>compile</scope>                          <scope>compile</scope>
189                  </dependency>                  </dependency>
190    <!---->
191                  <dependency>                  <!-- <dependency> -->
192                          <groupId>org.slf4j</groupId>                  <!-- <groupId>org.slf4j</groupId> -->
193                          <artifactId>slf4j-log4j12</artifactId>                  <!-- <artifactId>slf4j-log4j12</artifactId> -->
194                          <version>1.5.11</version>                  <!-- <version>1.5.11</version> -->
195                          <type>jar</type>                  <!-- <type>jar</type> -->
196                          <scope>compile</scope>                  <!-- <scope>compile</scope> -->
197                  </dependency>                  <!-- </dependency> -->
198    
199                  <dependency>                  <dependency>
200                          <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded                          <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded
# Line 191  Line 207 
207                  <dependency>                  <dependency>
208                          <groupId>junit</groupId>                          <groupId>junit</groupId>
209                          <artifactId>junit</artifactId>                          <artifactId>junit</artifactId>
210                          <version>4.8.1</version>                          <version>4.8.2</version>
211                          <type>jar</type>                          <type>jar</type>
212                          <scope>compile</scope>                          <scope>test</scope>
213                  </dependency>                  </dependency>
214    
215                  <dependency>                  <dependency>
# Line 232  Line 248 
248                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
249                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
250                          <version>3.7.3</version>                          <version>3.7.3</version>
251                            <classifier>swing</classifier>
252                            <scope>compile</scope>
253                  </dependency>                  </dependency>
254    
255                  <dependency>                  <dependency>
# Line 282  Line 300 
300                          <scope>compile</scope>                          <scope>compile</scope>
301                  </dependency>                  </dependency>
302    
303                    <dependency>
304                            <groupId>commons-cli</groupId>
305                            <artifactId>commons-cli</artifactId>
306                            <version>1.2</version>
307                            <type>jar</type>
308                            <scope>compile</scope>
309                    </dependency>
310    
311                    <dependency>
312                    <!-- Testen fuer Olli -->
313                            <groupId>net.sourceforge.jexcelapi</groupId>
314                            <artifactId>jxl</artifactId>
315                            <version>2.6.12</version>
316                            <scope>test</scope>
317                    </dependency>
318    
319    
320                    <dependency>
321                            <groupId>org.apache.poi</groupId>
322                            <artifactId>poi</artifactId>
323                            <version>3.7</version>
324                            <type>jar</type>
325                            <scope>test</scope>
326                    </dependency>
327          </dependencies>          </dependencies>
328    
329    
# Line 467  Line 509 
509                          <snapshots />                          <snapshots />
510                          <id>snapshots</id>                          <id>snapshots</id>
511                          <name>libs-snapshots</name>                          <name>libs-snapshots</name>
512                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots
513                            </url>
514                  </repository>                  </repository>
515    
516          </repositories>          </repositories>
# Line 477  Line 520 
520                  <repository>                  <repository>
521                          <id>artifactory.wikisquare.de</id>                          <id>artifactory.wikisquare.de</id>
522                          <name>artifactory.wikisquare.de-releases</name>                          <name>artifactory.wikisquare.de-releases</name>
523                          <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local
524                            </url>
525                  </repository>                  </repository>
526    
527                  <snapshotRepository>                  <snapshotRepository>
528                          <id>artifactory.wikisquare.de</id>                          <id>artifactory.wikisquare.de</id>
529                          <name>artifactory.wikisquare.de-snapshots</name>                          <name>artifactory.wikisquare.de-snapshots</name>
530                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local
531                            </url>
532                  </snapshotRepository>                  </snapshotRepository>
533    
534          </distributionManagement>          </distributionManagement>
535            <profiles>
536                    <profile>
537                            <id>resourceOperationRemove</id>
538                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
539                                    the build will remove any lines in the resource bundes that are tagged with
540                                    REMOVEME_ -->
541                            <build>
542                                    <plugins>
543                                            <plugin>
544                                                    <groupId>org.codehaus.mojo</groupId>
545                                                    <artifactId>exec-maven-plugin</artifactId>
546                                                    <version>1.2</version>
547                                                    <executions>
548                                                            <execution>
549                                                                    <phase>generate-sources</phase>
550                                                                    <goals>
551                                                                            <goal>java</goal>
552                                                                    </goals>
553                                                                    <configuration>
554                                                                            <mainClass>schmitzm.lang.ResourceProviderOperator</mainClass>
555                                                                            <arguments>
556                                                                                    <argument>-s</argument>
557                                                                                    <argument>${project.build.directory}/../src</argument>
558                                                                                    <argument>-b</argument>
559                                                                                    <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
560                                                                                    </argument>
561                                                                            </arguments>
562                                                                    </configuration>
563                                                            </execution>
564                                                    </executions>
565                                            </plugin>
566                                    </plugins>
567                            </build>
568                    </profile>
569            </profiles>
570    
571    
572  </project>  </project>

Legend:
Removed from v.1222  
changed lines
  Added in v.1343

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26