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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2231 - (show 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 <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/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <artifactId>schmitzm-jfree-gt</artifactId>
6 <packaging>jar</packaging>
7
8 <parent>
9 <groupId>de.schmitzm</groupId>
10 <artifactId>schmitzm-parent</artifactId>
11 <version>2.8-SNAPSHOT</version>
12 <relativePath>../schmitzm-parent/pom.xml</relativePath>
13 </parent>
14
15 <name>schmitzm-jfree-gt</name>
16 <url>http://maven.apache.org</url>
17
18 <dependencies>
19
20 <dependency>
21 <groupId>de.schmitzm</groupId>
22 <artifactId>schmitzm-jfree</artifactId>
23 <version>${project.version}</version>
24 <type>jar</type>
25 <scope>compile</scope>
26 </dependency>
27
28 <dependency>
29 <groupId>de.schmitzm</groupId>
30 <artifactId>schmitzm-core</artifactId>
31 <version>${project.version}</version>
32 <type>test-jar</type>
33 <scope>test</scope>
34 </dependency>
35
36 <dependency>
37 <groupId>de.schmitzm</groupId>
38 <artifactId>schmitzm-jfree</artifactId>
39 <version>${project.version}</version>
40 <type>test-jar</type>
41 <scope>test</scope>
42 </dependency>
43
44 <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
62 <exclusion>
63 <groupId>jfree</groupId>
64 <artifactId>eastwood</artifactId>
65 </exclusion>
66 </exclusions>
67
68 </dependency>
69
70 <dependency>
71 <groupId>jfree</groupId>
72 <artifactId>eastwood</artifactId>
73 <version>1.1.1</version>
74 </dependency>
75
76 <dependency>
77 <groupId>de.schmitzm</groupId>
78 <artifactId>schmitzm-gt</artifactId>
79 <version>${project.version}</version>
80 <type>jar</type>
81 <scope>compile</scope>
82 </dependency>
83
84 <dependency>
85 <groupId>de.schmitzm</groupId>
86 <artifactId>schmitzm-gt</artifactId>
87 <version>${project.version}</version>
88 <type>test-jar</type>
89 <scope>test</scope>
90 </dependency>
91 </dependencies>
92
93
94 <!-- <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 <!-- <argument>${basedir}/src/main/resources</argument>-->
117 <!-- <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
129 </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