/[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 2063 - (show annotations)
Wed Jun 27 22:00:52 2012 UTC (12 years, 8 months ago) by alfonx
File MIME type: text/xml
File size: 4176 byte(s)
hfree eastwood dependency von version 1.1.1-20090808 auf 1.1.1 ueberschrieben. Irgendwie kann die Artifactory die 1.1.1-20090808 nicht ausliefern. bitch
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 <groupId>de.schmitzm</groupId>
6 <artifactId>schmitzm-jfree-gt</artifactId>
7 <version>2.8-SNAPSHOT</version>
8 <packaging>jar</packaging>
9
10 <parent>
11 <groupId>de.schmitzm</groupId>
12 <artifactId>schmitzm-parent</artifactId>
13 <version>2.8-SNAPSHOT</version>
14 <relativePath>../schmitzm-parent/pom.xml</relativePath>
15 </parent>
16
17 <name>schmitzm-jfree-gt</name>
18 <url>http://maven.apache.org</url>
19
20 <dependencies>
21
22 <dependency>
23 <groupId>de.schmitzm</groupId>
24 <artifactId>schmitzm-jfree</artifactId>
25 <version>${project.version}</version>
26 <type>jar</type>
27 <scope>compile</scope>
28 </dependency>
29
30 <dependency>
31 <groupId>de.schmitzm</groupId>
32 <artifactId>schmitzm-core</artifactId>
33 <version>${project.version}</version>
34 <type>test-jar</type>
35 <scope>test</scope>
36 </dependency>
37
38 <dependency>
39 <groupId>de.schmitzm</groupId>
40 <artifactId>schmitzm-jfree</artifactId>
41 <version>${project.version}</version>
42 <type>test-jar</type>
43 <scope>test</scope>
44 </dependency>
45
46 <dependency>
47 <groupId>org.geotools</groupId>
48 <artifactId>gt-charts</artifactId>
49 <version>${geotools.version}</version>
50 <type>jar</type>
51 <scope>compile</scope>
52
53 <exclusions>
54 <exclusion>
55 <groupId>jfree</groupId>
56 <artifactId>jfreechart</artifactId>
57 </exclusion>
58
59 <exclusion>
60 <groupId>org.jfree</groupId>
61 <artifactId>jfreechart</artifactId>
62 </exclusion>
63
64 <exclusion>
65 <groupId>jfree</groupId>
66 <artifactId>eastwood</artifactId>
67 </exclusion>
68 </exclusions>
69
70 </dependency>
71
72 <dependency>
73 <groupId>jfree</groupId>
74 <artifactId>eastwood</artifactId>
75 <version>1.1.1</version>
76 </dependency>
77
78 <dependency>
79 <groupId>de.schmitzm</groupId>
80 <artifactId>schmitzm-gt</artifactId>
81 <version>${project.version}</version>
82 <type>jar</type>
83 <scope>compile</scope>
84 </dependency>
85
86 <dependency>
87 <groupId>de.schmitzm</groupId>
88 <artifactId>schmitzm-gt</artifactId>
89 <version>${project.version}</version>
90 <type>test-jar</type>
91 <scope>test</scope>
92 </dependency>
93 </dependencies>
94
95
96 <!-- <profiles>-->
97 <!-- <profile>-->
98 <!-- <id>resourceOperationRemove</id>-->
99 <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove" -->
100 <!-- the build will remove any lines in the resource bundes that are tagged with -->
101 <!-- REMOVEME_ -->
102 <!-- <build>-->
103 <!-- <plugins>-->
104 <!-- <plugin>-->
105 <!-- <groupId>org.codehaus.mojo</groupId>-->
106 <!-- <artifactId>exec-maven-plugin</artifactId>-->
107 <!-- <version>1.2</version>-->
108 <!-- <executions>-->
109 <!-- <execution>-->
110 <!-- <phase>generate-sources</phase>-->
111 <!-- <goals>-->
112 <!-- <goal>java</goal>-->
113 <!-- </goals>-->
114 <!-- <configuration>-->
115 <!-- <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>-->
116 <!-- <arguments>-->
117 <!-- <argument>-s</argument>-->
118 <!-- <argument>${basedir}/src/main/resources</argument>-->
119 <!-- <argument>-b</argument>-->
120 <!-- <argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>-->
121 <!-- </arguments>-->
122 <!-- </configuration>-->
123 <!-- </execution>-->
124 <!-- </executions>-->
125 <!-- </plugin>-->
126 <!-- </plugins>-->
127 <!-- </build>-->
128 <!-- </profile>-->
129 <!-- </profiles>-->
130
131 </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