利用者向け情報

開発者向け情報

[s2openjpa]/trunk/s2openjpa/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (show annotations)
Mon Jun 9 00:46:34 2008 JST (4 years, 11 months ago) by da-yoshi
File MIME type: text/xml
File size: 10290 byte(s)
ドキュメント(index、setup)追加
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.seasar.openjpa</groupId>
7 <artifactId>s2openjpa</artifactId>
8 <packaging>jar</packaging>
9 <name>s2openjpa</name>
10 <version>1.0.0-SNAPSHOT</version>
11 <description>s2openjpa</description>
12 <url>http://s2openjpa.sandbox.seasar.org/</url>
13 <issueManagement>
14 <system>JIRA</system>
15 <url>
16 <![CDATA[https://www.seasar.org/issues/browse/s2openjpa]]>
17 </url>
18 </issueManagement>
19 <inceptionYear>2007</inceptionYear>
20 <mailingLists>
21 <mailingList>
22 <name>Seasar-user</name>
23 <subscribe>
24 https://www.seasar.org/mailman/listinfo/seasar-user
25 </subscribe>
26 <unsubscribe>
27 https://www.seasar.org/mailman/listinfo/seasar-user
28 </unsubscribe>
29 <post>seasar-user@ml.seasar.org</post>
30 <archive>
31 https://www.seasar.org/mailman/listinfo/seasar-user
32 </archive>
33 </mailingList>
34 <mailingList>
35 <name>Seasar-dev</name>
36 <subscribe>
37 https://www.seasar.org/mailman/listinfo/seasar-dev
38 </subscribe>
39 <unsubscribe>
40 https://www.seasar.org/mailman/listinfo/seasar-dev
41 </unsubscribe>
42 <post>seasar-dev@ml.seasar.org</post>
43 <archive>
44 https://www.seasar.org/mailman/listinfo/seasar-dev
45 </archive>
46 </mailingList>
47 <mailingList>
48 <name>Seasar-user-en</name>
49 <subscribe>
50 https://www.seasar.org/mailman/listinfo/seasar-user-en
51 </subscribe>
52 <unsubscribe>
53 https://www.seasar.org/mailman/listinfo/seasar-user-en
54 </unsubscribe>
55 <post>seasar-user-en@ml.seasar.org</post>
56 <archive>
57 http://ml.seasar.org/archives/seasar-user-en/
58 </archive>
59 </mailingList>
60 </mailingLists>
61 <developers>
62 <developer>
63 <id>da-yoshi</id>
64 <name>Hidenoshin Yoshida</name>
65 <email>hidenoshin_at_nifty.com</email>
66 <url>http://d.hatena.ne.jp/da-yoshi/</url>
67 <timezone>+9</timezone>
68 </developer>
69 <developer>
70 <id>higa</id>
71 <name>HIGA Yasuo</name>
72 <email>higa_at_isid.co.jp</email>
73 <url>http://d.hatena.ne.jp/higayasuo/</url>
74 <organization></organization>
75 <timezone>+9</timezone>
76 </developer>
77 <developer>
78 <id>koichik</id>
79 <name>KOBAYASHI Koichi</name>
80 <email></email>
81 <url>http://d.hatena.ne.jp/koichik/</url>
82 <timezone>+9</timezone>
83 </developer>
84 <developer>
85 <id>taedium</id>
86 <name>NAKAMURA Toshihiro</name>
87 <email></email>
88 <url>http://d.hatena.ne.jp/taedium/</url>
89 <timezone>+9</timezone>
90 </developer>
91 </developers>
92 <licenses>
93 <license>
94 <name>The Apache Software License, Version 2.0</name>
95 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
96 <distribution>repo</distribution>
97 </license>
98 </licenses>
99 <scm>
100 <connection>
101 scm:svn:https://www.seasar.org/svn/sandbox/s2openjpa/trunk/
102 </connection>
103 <developerConnection>
104 scm:svn:https://www.seasar.org/svn/sandbox/s2openjpa/trunk/
105 </developerConnection>
106 <url>http://svn.seasar.org/browse/?root=sandbox.s2openjpa</url>
107 </scm>
108 <organization>
109 <name>The Seasar Project</name>
110 <url>http://www.seasar.org/</url>
111 </organization>
112 <build>
113 <defaultGoal>validate</defaultGoal>
114 <pluginManagement>
115 <plugins>
116 <plugin>
117 <artifactId>maven-compiler-plugin</artifactId>
118 <configuration>
119 <encoding>UTF-8</encoding>
120 <source>1.5</source>
121 <target>1.5</target>
122 </configuration>
123 </plugin>
124 <plugin>
125 <artifactId>maven-site-plugin</artifactId>
126 <configuration>
127 <locales>en,ja</locales>
128 <inputEncoding>UTF-8</inputEncoding>
129 <outputEncoding>UTF-8</outputEncoding>
130 </configuration>
131 </plugin>
132 <plugin>
133 <artifactId>maven-deploy-plugin</artifactId>
134 <configuration>
135 <updateReleaseInfo>true</updateReleaseInfo>
136 </configuration>
137 </plugin>
138 </plugins>
139 </pluginManagement>
140 <plugins>
141 <plugin>
142 <artifactId>maven-source-plugin</artifactId>
143 <executions>
144 <execution>
145 <id>source-jar</id>
146 <phase>package</phase>
147 <goals>
148 <goal>jar</goal>
149 </goals>
150 </execution>
151 </executions>
152 </plugin>
153 <plugin>
154 <artifactId>maven-javadoc-plugin</artifactId>
155 <configuration>
156 <encoding>UTF-8</encoding>
157 <docencoding>UTF-8</docencoding>
158 <charset>UTF-8</charset>
159 <links>
160 <link>
161 http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/
162 </link>
163 <link>
164 http://java.sun.com/javaee/5/docs/api/
165 </link>
166 <link>
167 http://aopalliance.sourceforge.net/doc/
168 </link>
169 <link>
170 http://s2container.seasar.org/2.4/s2-framework/ja/apidocs/
171 </link>
172 <link>
173 http://s2container.seasar.org/2.4/s2-extension/ja/apidocs/
174 </link>
175 <link>
176 http://s2container.seasar.org/2.4/s2-tiger/ja/apidocs/
177 </link>
178 <link>
179 http://openjpa.apache.org/builds/1.1.0/apache-openjpa-1.1.0/docs/javadoc/
180 </link>
181 </links>
182 </configuration>
183 <executions>
184 <execution>
185 <phase>site</phase>
186 <goals>
187 <goal>javadoc</goal>
188 </goals>
189 </execution>
190 </executions>
191 </plugin>
192 </plugins>
193 </build>
194 <repositories>
195 <repository>
196 <id>maven.seasar.org</id>
197 <name>The Seasar Project Maven2 Repository</name>
198 <url>http://maven.seasar.org/maven2</url>
199 </repository>
200 </repositories>
201 <pluginRepositories>
202 <pluginRepository>
203 <id>maven.seasar.org</id>
204 <name>The Seasar Project Maven2 Repository</name>
205 <url>http://maven.seasar.org/maven2</url>
206 </pluginRepository>
207 </pluginRepositories>
208 <dependencies>
209 <dependency>
210 <groupId>org.apache.openjpa</groupId>
211 <artifactId>openjpa</artifactId>
212 <version>1.1.0</version>
213 <exclusions>
214 <exclusion>
215 <groupId>org.apache.openjpa</groupId>
216 <artifactId>openjpa-lib</artifactId>
217 </exclusion>
218 <exclusion>
219 <groupId>org.apache.openjpa</groupId>
220 <artifactId>openjpa-kernel</artifactId>
221 </exclusion>
222 <exclusion>
223 <groupId>org.apache.openjpa</groupId>
224 <artifactId>openjpa-jdbc</artifactId>
225 </exclusion>
226 <exclusion>
227 <groupId>org.apache.openjpa</groupId>
228 <artifactId>openjpa-persistence</artifactId>
229 </exclusion>
230 <exclusion>
231 <groupId>org.apache.openjpa</groupId>
232 <artifactId>openjpa-persistence-jdbc</artifactId>
233 </exclusion>
234 <exclusion>
235 <groupId>org.apache.openjpa</groupId>
236 <artifactId>openjpa-xmlstore</artifactId>
237 </exclusion>
238 </exclusions>
239 </dependency>
240 <dependency>
241 <groupId>commons-pool</groupId>
242 <artifactId>commons-pool</artifactId>
243 <version>1.3</version>
244 <type>jar</type>
245 </dependency>
246 <dependency>
247 <groupId>commons-lang</groupId>
248 <artifactId>commons-lang</artifactId>
249 <version>2.1</version>
250 <type>jar</type>
251 </dependency>
252 <dependency>
253 <groupId>commons-collections</groupId>
254 <artifactId>commons-collections</artifactId>
255 <version>3.2</version>
256 <type>jar</type>
257 </dependency>
258 <dependency>
259 <groupId>net.sourceforge.serp</groupId>
260 <artifactId>serp</artifactId>
261 <version>1.13.1</version>
262 <type>jar</type>
263 </dependency>
264 <dependency>
265 <groupId>org.seasar.container</groupId>
266 <artifactId>s2-tiger</artifactId>
267 <version>2.4.25</version>
268 <type>jar</type>
269 </dependency>
270 <dependency>
271 <groupId>org.apache.geronimo.specs</groupId>
272 <artifactId>geronimo-j2ee_1.4_spec</artifactId>
273 <version>1.0</version>
274 <type>jar</type>
275 <scope>provided</scope>
276 </dependency>
277 <dependency>
278 <groupId>org.apache.geronimo.specs</groupId>
279 <artifactId>geronimo-jta_1.1_spec</artifactId>
280 <version>1.0</version>
281 <type>jar</type>
282 <scope>provided</scope>
283 </dependency>
284 <dependency>
285 <groupId>org.apache.geronimo.specs</groupId>
286 <artifactId>geronimo-annotation_1.0_spec</artifactId>
287 <version>1.0</version>
288 <type>jar</type>
289 <scope>provided</scope>
290 </dependency>
291 <dependency>
292 <groupId>org.apache.geronimo.specs</groupId>
293 <artifactId>geronimo-ejb_3.0_spec</artifactId>
294 <version>1.0</version>
295 <type>jar</type>
296 <scope>provided</scope>
297 </dependency>
298 <dependency>
299 <groupId>org.apache.geronimo.specs</groupId>
300 <artifactId>geronimo-interceptor_3.0_spec</artifactId>
301 <version>1.0</version>
302 <type>jar</type>
303 <scope>provided</scope>
304 </dependency>
305 <dependency>
306 <groupId>org.apache.geronimo.specs</groupId>
307 <artifactId>geronimo-jpa_3.0_spec</artifactId>
308 <version>1.0</version>
309 <type>jar</type>
310 <scope>provided</scope>
311 </dependency>
312 <dependency>
313 <groupId>org.apache.geronimo.specs</groupId>
314 <artifactId>geronimo-jms_1.1_spec</artifactId>
315 <version>1.0.1</version>
316 <type>jar</type>
317 <scope>provided</scope>
318 </dependency>
319 <dependency>
320 <groupId>log4j</groupId>
321 <artifactId>log4j</artifactId>
322 <version>1.2.15</version>
323 <type>jar</type>
324 <scope>test</scope>
325 <exclusions>
326 <exclusion>
327 <groupId>javax.mail</groupId>
328 <artifactId>mail</artifactId>
329 </exclusion>
330 <exclusion>
331 <groupId>javax.jms</groupId>
332 <artifactId>jms</artifactId>
333 </exclusion>
334 <exclusion>
335 <groupId>com.sun.jdmk</groupId>
336 <artifactId>jmxtools</artifactId>
337 </exclusion>
338 <exclusion>
339 <groupId>com.sun.jmx</groupId>
340 <artifactId>jmxri</artifactId>
341 </exclusion>
342 </exclusions>
343 </dependency>
344 <dependency>
345 <groupId>junit</groupId>
346 <artifactId>junit</artifactId>
347 <version>4.4</version>
348 <type>jar</type>
349 <scope>test</scope>
350 </dependency>
351 <dependency>
352 <groupId>com.h2database</groupId>
353 <artifactId>h2</artifactId>
354 <version>1.0.67</version>
355 <type>jar</type>
356 <scope>test</scope>
357 </dependency>
358 </dependencies>
359 <distributionManagement>
360 <repository>
361 <uniqueVersion>false</uniqueVersion>
362 <id>maven.seasar.org</id>
363 <name>The Seasar Foundation Maven2 Repository</name>
364 <url>dav:https://www.seasar.org/maven/maven2</url>
365 </repository>
366 <snapshotRepository>
367 <uniqueVersion>true</uniqueVersion>
368 <id>maven.seasar.org</id>
369 <name>
370 The Seasar Foundation Maven2 Snapshot Repository
371 </name>
372 <url>dav:https://www.seasar.org/maven/maven2-snapshot</url>
373 </snapshotRepository>
374 </distributionManagement>
375 </project>

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC