利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-project/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1618 - (show annotations)
Fri May 1 08:34:49 2009 JST (4 years, 1 month ago) by baba
File MIME type: text/plain
File size: 22201 byte(s)
[maven-release-plugin] rollback the release of cubby-project-2.0.0-beta2
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.cubby</groupId>
7 <artifactId>cubby-project</artifactId>
8 <packaging>pom</packaging>
9 <name>Cubby Project</name>
10 <version>2.0.0-beta2-SNAPSHOT</version>
11 <description>Cubby Simple Web Application Framework</description>
12 <url>http://cubby.seasar.org/20x/</url>
13 <inceptionYear>2006</inceptionYear>
14 <organization>
15 <name>The Seasar Foundation</name>
16 <url>http://www.seasar.org/</url>
17 </organization>
18 <licenses>
19 <license>
20 <name>The Apache Software License, Version 2.0</name>
21 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22 <distribution>repo</distribution>
23 </license>
24 </licenses>
25 <developers>
26 <developer>
27 <id>agata</id>
28 <name>AGATA Toshitaka</name>
29 <email>agata_at_nulab.co.jp</email>
30 <url>http://d.hatena.ne.jp/agt/</url>
31 <organization>Nulab Inc.</organization>
32 <organizationUrl>http://www.nulab.co.jp/</organizationUrl>
33 <timezone>+9</timezone>
34 </developer>
35 <developer>
36 <id>inumaru</id>
37 <name>INUMARU Sachie</name>
38 <email />
39 <organization>Nulab Inc.</organization>
40 <organizationUrl>http://www.nulab.co.jp/</organizationUrl>
41 <timezone>+9</timezone>
42 </developer>
43 <developer>
44 <id>baba</id>
45 <name>BABA Yasuyuki</name>
46 <email>yasuyuki.baba_at_gmail.com</email>
47 <organization>Nulab Inc.</organization>
48 <organizationUrl>http://www.nulab.co.jp/</organizationUrl>
49 <timezone>+9</timezone>
50 </developer>
51 <developer>
52 <id>jfut</id>
53 <name>Jun Futagawa</name>
54 <email />
55 <organization />
56 <timezone>+9</timezone>
57 </developer>
58 <developer>
59 <id>sakamoto</id>
60 <name>SAKAMOTO Takashi</name>
61 <email>sakamoto_at_nulab.co.jp</email>
62 <timezone>+9</timezone>
63 </developer>
64 <developer>
65 <id>someda</id>
66 <name>SOMEDA Takashi</name>
67 <email>takashi.someda_at_gmail.com</email>
68 <timezone>+9</timezone>
69 </developer>
70 <developer>
71 <id>sugmak</id>
72 <name>SUGIYAMA Makoto</name>
73 <email>sugiyama.makoto+cubby_at_gmail.com</email>
74 <timezone>+9</timezone>
75 </developer>
76 </developers>
77 <mailingLists>
78 <mailingList>
79 <name>cubby-user</name>
80 <subscribe>https://ml.seasar.org/mailman/listinfo/cubby-user</subscribe>
81 <unsubscribe>https://ml.seasar.org/mailman/listinfo/cubby-user</unsubscribe>
82 <post>cubby-user@ml.seasar.org</post>
83 <archive>http://ml.seasar.org/archives/cubby-user/</archive>
84 </mailingList>
85 <mailingList>
86 <name>cubby-dev</name>
87 <subscribe>https://ml.seasar.org/mailman/listinfo/cubby-dev</subscribe>
88 <unsubscribe>https://ml.seasar.org/mailman/listinfo/cubby-dev</unsubscribe>
89 <post>cubby-dev@ml.seasar.org</post>
90 <archive>http://ml.seasar.org/archives/cubby-dev/</archive>
91 </mailingList>
92 </mailingLists>
93 <issueManagement>
94 <system>JIRA</system>
95 <url>https://www.seasar.org/issues/browse/CUBBY</url>
96 </issueManagement>
97 <ciManagement>
98 <system>hudson</system>
99 <url>https://www.seasar.org/hudson/job/Cubby-2.0.x/</url>
100 <notifiers>
101 <notifier>
102 <type>mail</type>
103 <address>cubby-dev@ml.seasar.org</address>
104 <sendOnError>true</sendOnError>
105 <sendOnFailure>true</sendOnFailure>
106 <sendOnSuccess>false</sendOnSuccess>
107 <sendOnWarning>true</sendOnWarning>
108 </notifier>
109 </notifiers>
110 </ciManagement>
111 <scm>
112 <connection>scm:svn:https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</connection>
113 <developerConnection>scm:svn:https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</developerConnection>
114 <url>https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</url>
115 </scm>
116 <build>
117 <plugins>
118 <plugin>
119 <groupId>org.apache.maven.plugins</groupId>
120 <artifactId>maven-release-plugin</artifactId>
121 <configuration>
122 <tagBase>https://www.seasar.org/svn/cubby/tags/</tagBase>
123 <goals>clean install animal-sniffer:check deploy site-deploy</goals>
124 </configuration>
125 </plugin>
126 <plugin>
127 <groupId>org.apache.maven.plugins</groupId>
128 <artifactId>maven-eclipse-plugin</artifactId>
129 <configuration>
130 <downloadSources>true</downloadSources>
131 <downloadJavadocs>true</downloadJavadocs>
132 <classpathContainers>
133 <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</classpathContainer>
134 </classpathContainers>
135 <additionalConfig>
136 <file>
137 <name>.settings/org.eclipse.core.resources.prefs</name>
138 <content>
139 <![CDATA[
140 eclipse.preferences.version=1
141 encoding/<project>=UTF-8
142 ]]>
143 </content>
144 </file>
145 <file>
146 <name>.settings/org.eclipse.core.runtime.prefs</name>
147 <content>
148 <![CDATA[
149 eclipse.preferences.version=1
150 line.separator=\n
151 ]]>
152 </content>
153 </file>
154 <file>
155 <name>.settings/org.eclipse.jdt.ui.prefs</name>
156 <content>
157 <![CDATA[
158 cleanup.add_default_serial_version_id=true
159 cleanup.add_generated_serial_version_id=false
160 cleanup.add_missing_annotations=true
161 cleanup.add_missing_deprecated_annotations=true
162 cleanup.add_missing_nls_tags=false
163 cleanup.add_missing_override_annotations=true
164 cleanup.add_serial_version_id=false
165 cleanup.always_use_blocks=true
166 cleanup.always_use_parentheses_in_expressions=false
167 cleanup.always_use_this_for_non_static_field_access=false
168 cleanup.always_use_this_for_non_static_method_access=false
169 cleanup.convert_to_enhanced_for_loop=true
170 cleanup.format_source_code=true
171 cleanup.make_local_variable_final=true
172 cleanup.make_parameters_final=true
173 cleanup.make_private_fields_final=true
174 cleanup.make_variable_declarations_final=true
175 cleanup.never_use_blocks=false
176 cleanup.never_use_parentheses_in_expressions=true
177 cleanup.organize_imports=true
178 cleanup.qualify_static_field_accesses_with_declaring_class=false
179 cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
180 cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
181 cleanup.qualify_static_member_accesses_with_declaring_class=true
182 cleanup.qualify_static_method_accesses_with_declaring_class=false
183 cleanup.remove_private_constructors=true
184 cleanup.remove_trailing_whitespaces=true
185 cleanup.remove_trailing_whitespaces_all=true
186 cleanup.remove_trailing_whitespaces_ignore_empty=false
187 cleanup.remove_unnecessary_casts=true
188 cleanup.remove_unnecessary_nls_tags=true
189 cleanup.remove_unused_imports=true
190 cleanup.remove_unused_local_variables=true
191 cleanup.remove_unused_private_fields=true
192 cleanup.remove_unused_private_members=true
193 cleanup.remove_unused_private_methods=true
194 cleanup.remove_unused_private_types=true
195 cleanup.sort_members=false
196 cleanup.sort_members_all=false
197 cleanup.use_blocks=true
198 cleanup.use_blocks_only_for_return_and_throw=false
199 cleanup.use_parentheses_in_expressions=false
200 cleanup.use_this_for_non_static_field_access=false
201 cleanup.use_this_for_non_static_field_access_only_if_necessary=true
202 cleanup.use_this_for_non_static_method_access=false
203 cleanup.use_this_for_non_static_method_access_only_if_necessary=true
204 cleanup_profile=_cubby
205 cleanup_settings_version=2
206 eclipse.preferences.version=1
207 formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile
208 formatter_settings_version=11
209 org.eclipse.jdt.ui.ignorelowercasenames=true
210 org.eclipse.jdt.ui.importorder=java;javax;org;com;
211 org.eclipse.jdt.ui.ondemandthreshold=99
212 org.eclipse.jdt.ui.staticondemandthreshold=99
213 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="getter \u30E1\u30BD\u30C3\u30C9\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the $${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="setter \u30E1\u30BD\u30C3\u30C9\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param $${param} the $${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="\u4F5C\u6210\u6E08\u307F\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u30FC\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * $${tags}\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="\u4F5C\u6210\u6E08\u307F\u306E Java \u30D5\u30A1\u30A4\u30EB\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\n * Copyright 2004-$${year} the Seasar Foundation and the Others.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http\://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\n * either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="\u4F5C\u6210\u6E08\u307F\u306E\u578B\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * @author $${user}\n *\n * $${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u306A\u3044\u30E1\u30BD\u30C3\u30C9\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * $${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3059\u308B\u30E1\u30BD\u30C3\u30C9\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (\u975E Javadoc)\n * $${see_to_overridden}\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="\u59D4\u8B72\u30E1\u30BD\u30C3\u30C9\u306E\u30B3\u30E1\u30F3\u30C8" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * $${tags}\n * $${see_to_target}\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="\u65B0\u898F\u4F5C\u6210\u30D5\u30A1\u30A4\u30EB" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">$${filecomment}\n$${package_declaration}\n\n$${typecomment}\n$${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="\u65B0\u898F catch \u30D6\u30ED\u30C3\u30AF\u4E2D\u306E\u30B3\u30FC\u30C9" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// $${todo} \u81EA\u52D5\u751F\u6210\u3055\u308C\u305F catch \u30D6\u30ED\u30C3\u30AF\n$${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="\u4F5C\u6210\u6E08\u307F\u30E1\u30BD\u30C3\u30C9\u30FB\u30B9\u30BF\u30D6\u4E2D\u306E\u30B3\u30FC\u30C9" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// $${todo} \u81EA\u52D5\u751F\u6210\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u30FB\u30B9\u30BF\u30D6\n$${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="\u4F5C\u6210\u6E08\u307F\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u30FC\u30FB\u30B9\u30BF\u30D6\u4E2D\u306E\u30B3\u30FC\u30C9" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">$${body_statement}\n// $${todo} \u81EA\u52D5\u751F\u6210\u3055\u308C\u305F\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u30FC\u30FB\u30B9\u30BF\u30D6</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="\u4F5C\u6210\u6E08\u307F getter \u4E2D\u306E\u30B3\u30FC\u30C9" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return $${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="\u4F5C\u6210\u6E08\u307F setter \u4E2D\u306E\u30B3\u30FC\u30C9" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">$${field} \= $${param};</template></templates>
214 ]]>
215 </content>
216 </file>
217 </additionalConfig>
218 </configuration>
219 </plugin>
220 <plugin>
221 <artifactId>maven-compiler-plugin</artifactId>
222 <configuration>
223 <compilerVersion>1.5</compilerVersion>
224 <source>1.5</source>
225 <target>1.5</target>
226 <encoding>UTF-8</encoding>
227 </configuration>
228 </plugin>
229 <plugin>
230 <artifactId>maven-source-plugin</artifactId>
231 <executions>
232 <execution>
233 <id>source-jar</id>
234 <phase>package</phase>
235 <goals>
236 <goal>jar</goal>
237 </goals>
238 </execution>
239 </executions>
240 </plugin>
241 <plugin>
242 <artifactId>maven-site-plugin</artifactId>
243 <configuration>
244 <locales>ja</locales>
245 <encoding>UTF-8</encoding>
246 <inputEncoding>UTF-8</inputEncoding>
247 <outputEncoding>UTF-8</outputEncoding>
248 </configuration>
249 </plugin>
250 <plugin>
251 <artifactId>maven-surefire-plugin</artifactId>
252 <configuration>
253 <includes>
254 <include>**/*Test.java</include>
255 </includes>
256 </configuration>
257 </plugin>
258 <plugin>
259 <groupId>org.codehaus.mojo</groupId>
260 <artifactId>cobertura-maven-plugin</artifactId>
261 <executions>
262 <execution>
263 <goals>
264 <goal>clean</goal>
265 </goals>
266 </execution>
267 </executions>
268 </plugin>
269 <plugin>
270 <groupId>com.google.code.maven-license-plugin</groupId>
271 <artifactId>maven-license-plugin</artifactId>
272 <version>1.4.0</version>
273 <configuration>
274 <header>http://www.seasar.org/license/header.txt</header>
275 <includes>
276 <include>src/**</include>
277 </includes>
278 <excludes>
279 <exclude>**/env*.txt</exclude>
280 </excludes>
281 <mapping>
282 <tld>XML_STYLE</tld>
283 <dicon>XML_STYLE</dicon>
284 </mapping>
285 <encoding>UTF-8</encoding>
286 <headerDefinitions>
287 <headerDefinition>http://www.seasar.org/license/header-definition.xml</headerDefinition>
288 </headerDefinitions>
289 </configuration>
290 </plugin>
291 <plugin>
292 <!-- make sure our code doesn't have 1.6 dependencies except where we know it -->
293 <groupId>org.jvnet</groupId>
294 <artifactId>animal-sniffer</artifactId>
295 <configuration>
296 <signature>
297 <groupId>org.jvnet.animal-sniffer</groupId>
298 <artifactId>java1.5</artifactId>
299 <version>1.0</version>
300 </signature>
301 </configuration>
302 </plugin>
303 </plugins>
304 <extensions>
305 <extension>
306 <groupId>org.apache.maven.wagon</groupId>
307 <artifactId>wagon-webdav</artifactId>
308 <version>1.0-beta-2</version>
309 </extension>
310 </extensions>
311 </build>
312 <repositories>
313 <repository>
314 <id>maven.seasar.org</id>
315 <name>The Seasar Foundation Maven2 Repository</name>
316 <url>http://maven.seasar.org/maven2/</url>
317 </repository>
318 <repository>
319 <id>maven-snapshot.seasar.org</id>
320 <name>The Seasar Foundation Maven2 Snapshot Repository</name>
321 <url>http://maven.seasar.org/maven2-snapshot</url>
322 </repository>
323 <repository>
324 <id>maven2-repository.dev.java.net</id>
325 <name>Java.net Repository for Maven</name>
326 <url>http://download.java.net/maven/2/</url>
327 </repository>
328 </repositories>
329 <pluginRepositories>
330 <pluginRepository>
331 <id>maven2-repository.dev.java.net</id>
332 <name>Java.net Repository for Maven</name>
333 <url>http://download.java.net/maven/2/</url>
334 </pluginRepository>
335 </pluginRepositories>
336 <reporting>
337 <plugins>
338 <plugin>
339 <artifactId>maven-project-info-reports-plugin</artifactId>
340 <configuration>
341 <inputEncoding>UTF-8</inputEncoding>
342 <outputEncoding>UTF-8</outputEncoding>
343 </configuration>
344 </plugin>
345 <plugin>
346 <artifactId>maven-javadoc-plugin</artifactId>
347 <configuration>
348 <encoding>UTF-8</encoding>
349 <docencoding>UTF-8</docencoding>
350 <charset>UTF-8</charset>
351 <links>
352 <link>http://java.sun.com/javaee/5/docs/api/</link>
353 <link>http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/</link>
354 <link>http://www.junit.org/junit/javadoc/4.5/</link>
355 <link>http://www.slf4j.org/api/</link>
356 <link>http://commons.apache.org/fileupload/apidocs/</link>
357 <link>http://aopalliance.sourceforge.net/doc/</link>
358 <link>http://s2container.seasar.org/2.4/s2-framework/ja/apidocs/</link>
359 <link>http://s2container.seasar.org/2.4/s2-extension/ja/apidocs/</link>
360 <link>http://s2container.seasar.org/2.4/s2-tiger/ja/apidocs/</link>
361 <link>http://google-guice.googlecode.com/svn/trunk/javadoc/</link>
362 <link>http://google-gson.googlecode.com/svn/tags/1.3/docs/javadocs/</link>
363 </links>
364 </configuration>
365 </plugin>
366 <plugin>
367 <artifactId>maven-changelog-plugin</artifactId>
368 <configuration>
369 <type>range</type>
370 <range>30</range>
371 <inputEncoding>UTF-8</inputEncoding>
372 <outputEncoding>UTF-8</outputEncoding>
373 </configuration>
374 </plugin>
375 <plugin>
376 <artifactId>maven-surefire-report-plugin</artifactId>
377 <configuration>
378 <!--encoding>UTF-8</encoding-->
379 <outputEncoding>UTF-8</outputEncoding>
380 </configuration>
381 </plugin>
382 <plugin>
383 <artifactId>maven-jxr-plugin</artifactId>
384 <configuration>
385 <inputEncoding>UTF-8</inputEncoding>
386 <outputEncoding>UTF-8</outputEncoding>
387 </configuration>
388 </plugin>
389 <plugin>
390 <groupId>org.codehaus.mojo</groupId>
391 <artifactId>jdepend-maven-plugin</artifactId>
392 </plugin>
393 <plugin>
394 <groupId>org.codehaus.mojo</groupId>
395 <artifactId>cobertura-maven-plugin</artifactId>
396 </plugin>
397 <plugin>
398 <groupId>net.sourceforge.maven-taglib</groupId>
399 <artifactId>maven-taglib-plugin</artifactId>
400 <configuration>
401 <parseHtml>true</parseHtml>
402 </configuration>
403 </plugin>
404 </plugins>
405 </reporting>
406 <distributionManagement>
407 <repository>
408 <uniqueVersion>false</uniqueVersion>
409 <id>maven.seasar.org</id>
410 <name>The Seasar Foundation Maven2 Repository</name>
411 <url>dav:https://www.seasar.org/maven/maven2</url>
412 </repository>
413 <snapshotRepository>
414 <uniqueVersion>true</uniqueVersion>
415 <id>maven.seasar.org</id>
416 <name>The Seasar Foundation Maven2 Snapshot Repository</name>
417 <url>dav:https://www.seasar.org/maven/maven2-snapshot</url>
418 </snapshotRepository>
419 <site>
420 <id>maven.seasar.org</id>
421 <url>dav:https://www.seasar.org/site/cubby/20x/</url>
422 </site>
423 </distributionManagement>
424 <modules>
425 <module>cubby</module>
426 <module>cubby-unit</module>
427 <module>cubby-s2</module>
428 <module>cubby-guice</module>
429 <module>cubby-gson</module>
430 <!-- module>cubby-oval</module -->
431 <module>cubby-s2-archetype</module>
432 <module>cubby-guice-archetype</module>
433 <module>cubby-admin</module>
434 <module>cubby-dist</module>
435 </modules>
436 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC