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

Annotation of /trunk/schmitzm-jfree-gt/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2231 - (hide annotations)
Fri Feb 15 08:07:22 2013 UTC (12 years ago) by alfonx
File MIME type: text/xml
File size: 4111 byte(s)
Die POMs von schmitzm verändert: Doppelter maven-compiler-eintrag in schmitz-parent entfernt und von einigen Plugins die versinosnummern hochgesetzt und auf mvn3 Kompatibilität umgestellt (artifactId wird von parent-pom vererbt und soll nicht mehr extra definiert werden, etc)
1 alfonx 1386 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 alfonx 1392 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4 alfonx 1386
5 alfonx 1392 <artifactId>schmitzm-jfree-gt</artifactId>
6     <packaging>jar</packaging>
7    
8     <parent>
9 alfonx 1386 <groupId>de.schmitzm</groupId>
10     <artifactId>schmitzm-parent</artifactId>
11 keeb 2050 <version>2.8-SNAPSHOT</version>
12 alfonx 1386 <relativePath>../schmitzm-parent/pom.xml</relativePath>
13     </parent>
14    
15 alfonx 1392 <name>schmitzm-jfree-gt</name>
16     <url>http://maven.apache.org</url>
17 alfonx 1386
18 alfonx 1392 <dependencies>
19    
20 alfonx 1391 <dependency>
21     <groupId>de.schmitzm</groupId>
22     <artifactId>schmitzm-jfree</artifactId>
23 alfonx 1446 <version>${project.version}</version>
24 alfonx 1391 <type>jar</type>
25     <scope>compile</scope>
26     </dependency>
27 alfonx 1392
28 alfonx 1391 <dependency>
29     <groupId>de.schmitzm</groupId>
30 alfonx 1420 <artifactId>schmitzm-core</artifactId>
31 alfonx 1446 <version>${project.version}</version>
32 alfonx 1420 <type>test-jar</type>
33     <scope>test</scope>
34     </dependency>
35    
36     <dependency>
37     <groupId>de.schmitzm</groupId>
38 alfonx 1396 <artifactId>schmitzm-jfree</artifactId>
39 alfonx 1446 <version>${project.version}</version>
40 alfonx 1391 <type>test-jar</type>
41     <scope>test</scope>
42     </dependency>
43    
44 alfonx 1977 <dependency>
45     <groupId>org.geotools</groupId>
46     <artifactId>gt-charts</artifactId>
47     <version>${geotools.version}</version>
48     <type>jar</type>
49     <scope>compile</scope>
50    
51     <exclusions>
52     <exclusion>
53     <groupId>jfree</groupId>
54     <artifactId>jfreechart</artifactId>
55     </exclusion>
56    
57     <exclusion>
58     <groupId>org.jfree</groupId>
59     <artifactId>jfreechart</artifactId>
60     </exclusion>
61 alfonx 2063
62     <exclusion>
63     <groupId>jfree</groupId>
64     <artifactId>eastwood</artifactId>
65     </exclusion>
66 alfonx 1977 </exclusions>
67    
68     </dependency>
69    
70 alfonx 2063 <dependency>
71     <groupId>jfree</groupId>
72     <artifactId>eastwood</artifactId>
73     <version>1.1.1</version>
74     </dependency>
75    
76 alfonx 1391 <dependency>
77     <groupId>de.schmitzm</groupId>
78     <artifactId>schmitzm-gt</artifactId>
79 alfonx 1446 <version>${project.version}</version>
80 alfonx 1391 <type>jar</type>
81     <scope>compile</scope>
82     </dependency>
83 alfonx 1396
84     <dependency>
85     <groupId>de.schmitzm</groupId>
86     <artifactId>schmitzm-gt</artifactId>
87 alfonx 1446 <version>${project.version}</version>
88 alfonx 1396 <type>test-jar</type>
89     <scope>test</scope>
90     </dependency>
91 alfonx 1392 </dependencies>
92 alfonx 1447
93    
94 alfonx 1448 <!-- <profiles>-->
95     <!-- <profile>-->
96     <!-- <id>resourceOperationRemove</id>-->
97     <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove" -->
98     <!-- the build will remove any lines in the resource bundes that are tagged with -->
99     <!-- REMOVEME_ -->
100     <!-- <build>-->
101     <!-- <plugins>-->
102     <!-- <plugin>-->
103     <!-- <groupId>org.codehaus.mojo</groupId>-->
104     <!-- <artifactId>exec-maven-plugin</artifactId>-->
105     <!-- <version>1.2</version>-->
106     <!-- <executions>-->
107     <!-- <execution>-->
108     <!-- <phase>generate-sources</phase>-->
109     <!-- <goals>-->
110     <!-- <goal>java</goal>-->
111     <!-- </goals>-->
112     <!-- <configuration>-->
113     <!-- <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>-->
114     <!-- <arguments>-->
115     <!-- <argument>-s</argument>-->
116 alfonx 1452 <!-- <argument>${basedir}/src/main/resources</argument>-->
117 alfonx 1448 <!-- <argument>-b</argument>-->
118     <!-- <argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>-->
119     <!-- </arguments>-->
120     <!-- </configuration>-->
121     <!-- </execution>-->
122     <!-- </executions>-->
123     <!-- </plugin>-->
124     <!-- </plugins>-->
125     <!-- </build>-->
126     <!-- </profile>-->
127     <!-- </profiles>-->
128 alfonx 1447
129 alfonx 1386 </project>

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/xml

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26