Add Agent superclass
[cdmlib.git] / cdmParent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <project xmlns="http://maven.apache.org/POM/4.0.0"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7 <modelVersion>4.0.0</modelVersion>
8 <groupId>eu.etaxonomy</groupId>
9 <artifactId>cdmParent</artifactId>
10 <version>0.1</version>
11 <description>
12 Parent project for all EDIT common data model projects
13 </description>
14 <url>http://wp5.e-taxonomy.eu</url>
15 <packaging>pom</packaging>
16 <mailingLists>
17 <mailingList>
18 <name>dev-edit</name>
19 <subscribe>
20 https://webmail.mnhn.fr/wws/subrequest/dev-edit
21 </subscribe>
22 <unsubscribe>
23 https://webmail.mnhn.fr/wws/sigrequest/dev-edit
24 </unsubscribe>
25 <post>dev-edit@mnhn.fr</post>
26 <archive>https://webmail.mnhn.fr/wws/arc/dev-edit/</archive>
27 </mailingList>
28 <mailingList>
29 <name>cdm-edit</name>
30 <post>cdm-edit@mnhn.fr</post>
31 <subscribe>
32 https://webmail.mnhn.fr/wws/subrequest/cdm-edit
33 </subscribe>
34 <unsubscribe>
35 https://webmail.mnhn.fr/wws/sigrequest/cdm-edit
36 </unsubscribe>
37 <archive>https://webmail.mnhn.fr/wws/arc/cdm-edit/</archive>
38 </mailingList>
39 </mailingLists>
40 <licenses>
41 <license>
42 <name>Mozilla Public License Version 1.1</name>
43 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
44 <distribution>repo</distribution>
45 </license>
46 </licenses>
47 <developers>
48 <developer>
49 <id>a.mueller2</id>
50 <name>
51 Andreas M&uuml;ller
52 </name>
53 <email>a.mueller [at] bgbm.org</email>
54 <organization>
55 Botanical Garden Botanical Museum Berlin
56 </organization>
57 <organizationUrl>http://www.bgbm.org</organizationUrl>
58 <timezone>+1</timezone>
59 <roles>
60 <role>developer</role>
61 </roles>
62 <url></url>
63 </developer>
64 <developer>
65 <name>
66 Markus D&ouml;ring
67 </name>
68 <email>m.doering [at] bgbm.org</email>
69 <organization>
70 Botanical Garden Botanical Museum Berlin
71 </organization>
72 <organizationUrl>http://www.bgbm.org</organizationUrl>
73 <timezone>+1</timezone>
74 <url>http://www.bgbm.org/BGBM/staff/Wiss/Doering/</url>
75 </developer>
76 </developers>
77 <contributors>
78 <contributor>
79 <name>Test-Contributor</name>
80 </contributor>
81 </contributors>
82 <issueManagement>
83 <system>Trac</system>
84 <url>http://dev.e-taxonomy.eu/trac/</url>
85 </issueManagement>
86
87 <!-- **** REPOSITORIES **** -->
88 <!-- the cdm internal repository -->
89 <repositories>
90 <repository>
91 <id>EditRepository</id>
92 <url>http://dev.e-taxonomy.eu/svn/trunk/javaLibraries</url>
93 </repository>
94 </repositories>
95
96 <!-- **** PLUGINS **** -->
97 <build>
98 <plugins>
99 <plugin>
100 <artifactId>maven-compiler-plugin</artifactId>
101 <configuration>
102 <source>1.5</source>
103 <target>1.5</target>
104 </configuration>
105 </plugin>
106 <plugin>
107 <groupId>org.apache.maven.plugins</groupId>
108 <artifactId>maven-site-plugin</artifactId>
109 <configuration>
110 <locales>en, fr</locales>
111 </configuration>
112 </plugin>
113 </plugins>
114 <!-- -->
115 <extensions>
116 <extension>
117 <groupId>org.apache.maven.wagon</groupId>
118 <artifactId>wagon-scm</artifactId>
119 <version>1.0-alpha-5</version>
120 </extension>
121 <extension>
122 <groupId>org.apache.maven.scm</groupId>
123 <artifactId>maven-scm-manager-plexus</artifactId>
124 <version>1.0</version>
125 </extension>
126 <extension>
127 <groupId>org.apache.maven.scm</groupId>
128 <artifactId>maven-scm-provider-svnexe</artifactId>
129 <version>1.0</version>
130 </extension>
131 <!-- WebDAV plugin to upload snapshots -->
132 <extension>
133 <groupId>org.apache.maven.wagon</groupId>
134 <artifactId>wagon-webdav</artifactId>
135 <version>1.0-beta-2</version>
136 </extension>
137 </extensions>
138 </build>
139
140
141 <!-- DISTRIBUTION MANAGEMENT -->
142 <distributionManagement>
143 <site>
144 <id>edit-wp5</id>
145 <url>
146 scp://192.168.1.17/var/www/wp5.e-taxonomy.eu/cdmlib/site
147 </url>
148 </site>
149
150 <repository>
151 <id>edit-wp5</id>
152 <name>Edit Maven Repository</name>
153 <url>
154 scp://192.168.1.17/var/www/wp5.e-taxonomy.eu/cdmlib/mavenrepo
155 </url>
156 </repository>
157
158 </distributionManagement>
159
160
161 <!-- **** DEPENDENCIES **** -->
162
163 <dependencies>
164 <dependency>
165 <groupId>junit</groupId>
166 <artifactId>junit</artifactId>
167 <version>4.4</version>
168 <scope>test</scope>
169 </dependency>
170 <dependency>
171 <groupId>log4j</groupId>
172 <artifactId>log4j</artifactId>
173 <!-- <version>1.2.15</version>-->
174 </dependency>
175 </dependencies>
176 <dependencyManagement>
177 <dependencies>
178 <dependency>
179 <groupId>log4j</groupId>
180 <artifactId>log4j</artifactId>
181 <version>1.2.15</version>
182 </dependency>
183 <dependency>
184 <groupId>xml-apis</groupId>
185 <artifactId>xml-apis</artifactId>
186 <version>2.0.2</version>
187 </dependency>
188 </dependencies>
189 </dependencyManagement>
190
191
192
193
194 </project>