/[schmitzm]/trunk/schmitzm-parent/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-parent/pom.xml

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

revision 1386 by alfonx, Wed Jan 26 15:00:45 2011 UTC revision 1391 by alfonx, Wed Jan 26 15:25:32 2011 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/xsd/maven-4.0.0.xsd">          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>          <modelVersion>4.0.0</modelVersion>
4    
5    <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6    <artifactId>schmitzm-parent</artifactId>          <artifactId>schmitzm-parent</artifactId>
7    <version>1.0-SNAPSHOT</version>          <version>1.0-SNAPSHOT</version>
8    <packaging>pom</packaging>          <packaging>pom</packaging>
9    <description>Describes maven pom settings for all schmitz modules</description>          <description>Describes maven pom settings for all schmitz modules</description>
10    
11    <name>schmitzm-parent</name>          <name>schmitzm-parent</name>
12    <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
13    
14    <properties>          <properties>
15      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16    </properties>                  <geotools.version>2.6.5</geotools.version>
17            </properties>
18    <dependencies>  
19      <dependency>  
20        <groupId>junit</groupId>          <issueManagement>
21        <artifactId>junit</artifactId>                  <system>gforge</system>
22        <version>3.8.1</version>                  <url>http://wald.intevation.org/tracker/?group_id=47</url>
23        <scope>test</scope>          </issueManagement>
24      </dependency>  
25    </dependencies>          <licenses>
26                    <license>
27                            <name>Lesser General Public License (LGPL)</name>
28                            <url>http://www.gnu.org/copyleft/lgpl.txt</url>
29                    </license>
30            </licenses>
31    
32            <developers>
33                    <developer>
34                            <id>mschmitz</id>
35                            <name>Martin Schmitz</name>
36                            <timezone>GMT+1</timezone>
37                            <roles>
38                                    <role>Developer</role>
39                            </roles>
40                    </developer>
41                    <developer>
42                            <id>alfonx</id>
43                            <name>Stefan A. Tzeggai</name>
44                            <email>[email protected]</email>
45                            <url>http://www.wikisquare.de</url>
46                            <organization>Wikisquare.de</organization>
47                            <organizationUrl>http://www.wikisquare.de</organizationUrl>
48                            <timezone>GMT+1</timezone>
49                            <roles>
50                                    <role>Developer</role>
51                                    <role>Maven package maintainer</role>
52                            </roles>
53                    </developer>
54            </developers>
55    
56            <scm>
57                    <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
58                    <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
59                    <developerConnection>svn+ssh://[email protected]/schmitzm/trunk</developerConnection>
60            </scm>
61    
62            <organization>
63                    <url>http://www.wikisquare.de</url>
64            </organization>
65    
66            <dependencies>
67    
68                    <dependency>
69                            <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded
70                                    to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
71                            <groupId>log4j</groupId>
72                            <artifactId>log4j</artifactId>
73                            <version>1.2.14</version>
74                    </dependency>
75    
76                    <dependency>
77                            <groupId>junit</groupId>
78                            <artifactId>junit</artifactId>
79                            <version>4.8.2</version>
80                            <type>jar</type>
81                            <scope>test</scope>
82                    </dependency>
83    
84                    <dependency>
85                            <groupId>javax.media</groupId>
86                            <artifactId>jai_core</artifactId>
87                            <version>1.1.3</version>
88                            <type>jar</type>
89                            <scope>compile</scope>
90                    </dependency>
91    
92                    <dependency>
93                            <groupId>commons-io</groupId>
94                            <artifactId>commons-io</artifactId>
95                            <version>1.4</version>
96                            <type>jar</type>
97                            <scope>compile</scope>
98                    </dependency>
99    
100                    <dependency>
101                            <groupId>com.miglayout</groupId>
102                            <artifactId>miglayout</artifactId>
103                            <version>3.7.3</version>
104                            <classifier>swing</classifier>
105                            <scope>compile</scope>
106                    </dependency>
107    
108                    <dependency>
109                            <groupId>net.jini</groupId>
110                            <artifactId>jini-ext</artifactId>
111                            <version>2.1</version>
112                            <type>jar</type>
113                            <scope>compile</scope>
114                    </dependency>
115    
116                    <dependency>
117                            <groupId>org.jdom</groupId>
118                            <artifactId>jdom</artifactId>
119                            <version>1.1</version>
120                    </dependency>
121    
122                    <dependency>
123                            <!-- Fuer Sonderzeichenbehandlung -->
124                            <groupId>ant-contrib</groupId>
125                            <artifactId>ant-contrib</artifactId>
126                            <version>1.0b3</version>
127                            <type>jar</type>
128                            <scope>provided</scope>
129                    </dependency>
130    
131                    <dependency>
132                            <!-- Fuer Sonderzeichenbehandlung -->
133                            <groupId>ant</groupId>
134                            <artifactId>ant-nodeps</artifactId>
135                            <version>1.6.5</version>
136                            <scope>provided</scope>
137                    </dependency>
138    
139                    <dependency>
140                            <!-- Fuer Sonderzeichenbehandlung -->
141                            <groupId>com.sun</groupId>
142                            <artifactId>tools</artifactId>
143                            <version>1.6.0</version>
144                            <scope>system</scope>
145                            <systemPath>${java.home}/../lib/tools.jar</systemPath>
146                    </dependency>
147    
148                    <dependency>
149                            <groupId>commons-cli</groupId>
150                            <artifactId>commons-cli</artifactId>
151                            <version>1.2</version>
152                            <type>jar</type>
153                            <scope>compile</scope>
154                    </dependency>
155    
156                    <dependency>
157                            <!-- Testen fuer Olli -->
158                            <groupId>net.sourceforge.jexcelapi</groupId>
159                            <artifactId>jxl</artifactId>
160                            <version>2.6.12</version>
161                            <scope>test</scope>
162                    </dependency>
163    
164                    <dependency>
165                            <!-- Testen fuer Olli -->
166                            <groupId>org.apache.poi</groupId>
167                            <artifactId>poi</artifactId>
168                            <version>3.7</version>
169                            <type>jar</type>
170                            <scope>test</scope>
171                    </dependency>
172            </dependencies>
173  </project>  </project>

Legend:
Removed from v.1386  
changed lines
  Added in v.1391

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26