[cubby]/branches/2.0.x/cubby-project/pom.xml
Parent Directory
|
Revision Log
Revision 2171 -
(show annotations)
Sun Mar 28 20:29:10 2010 JST (3 years, 1 month ago) by baba
File MIME type: text/plain
File size: 22740 byte(s)
Sun Mar 28 20:29:10 2010 JST (3 years, 1 month ago) by baba
File MIME type: text/plain
File size: 22740 byte(s)
[maven-release-plugin] prepare for next development iteration
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <groupId>org.seasar.cubby</groupId> |
| 5 | <artifactId>cubby-project</artifactId> |
| 6 | <packaging>pom</packaging> |
| 7 | <name>Cubby Project</name> |
| 8 | <version>2.0.10-SNAPSHOT</version> |
| 9 | <description>Cubby Simple Web Application Framework</description> |
| 10 | <url>http://cubby.seasar.org/20x/</url> |
| 11 | <inceptionYear>2006</inceptionYear> |
| 12 | <organization> |
| 13 | <name>The Seasar Foundation</name> |
| 14 | <url>http://www.seasar.org/</url> |
| 15 | </organization> |
| 16 | <licenses> |
| 17 | <license> |
| 18 | <name>The Apache Software License, Version 2.0</name> |
| 19 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 20 | <distribution>repo</distribution> |
| 21 | </license> |
| 22 | </licenses> |
| 23 | <developers> |
| 24 | <developer> |
| 25 | <id>agata</id> |
| 26 | <name>AGATA Toshitaka</name> |
| 27 | <email>agata_at_nulab.co.jp</email> |
| 28 | <url>http://d.hatena.ne.jp/agt/</url> |
| 29 | <organization>Nulab Inc.</organization> |
| 30 | <organizationUrl>http://www.nulab.co.jp/</organizationUrl> |
| 31 | <timezone>+9</timezone> |
| 32 | </developer> |
| 33 | <developer> |
| 34 | <id>inumaru</id> |
| 35 | <name>INUMARU Sachie</name> |
| 36 | <email /> |
| 37 | <organization>Nulab Inc.</organization> |
| 38 | <organizationUrl>http://www.nulab.co.jp/</organizationUrl> |
| 39 | <timezone>+9</timezone> |
| 40 | </developer> |
| 41 | <developer> |
| 42 | <id>baba</id> |
| 43 | <name>BABA Yasuyuki</name> |
| 44 | <email>yasuyuki.baba_at_gmail.com</email> |
| 45 | <organization>Nulab Inc.</organization> |
| 46 | <organizationUrl>http://www.nulab.co.jp/</organizationUrl> |
| 47 | <timezone>+9</timezone> |
| 48 | </developer> |
| 49 | <developer> |
| 50 | <id>jfut</id> |
| 51 | <name>Jun Futagawa</name> |
| 52 | <email /> |
| 53 | <organization /> |
| 54 | <timezone>+9</timezone> |
| 55 | </developer> |
| 56 | <developer> |
| 57 | <id>sakamoto</id> |
| 58 | <name>SAKAMOTO Tadashi</name> |
| 59 | <email /> |
| 60 | <timezone>+9</timezone> |
| 61 | </developer> |
| 62 | <developer> |
| 63 | <id>someda</id> |
| 64 | <name>SOMEDA Takashi</name> |
| 65 | <url>http://d.hatena.ne.jp/tksmd/</url> |
| 66 | <email>takashi.someda_at_gmail.com</email> |
| 67 | <organization>Choistudio Inc.</organization> |
| 68 | <organizationUrl>http://www.choistudio.jp/</organizationUrl> |
| 69 | <timezone>+9</timezone> |
| 70 | </developer> |
| 71 | <developer> |
| 72 | <id>sugmak</id> |
| 73 | <name>SUGIYAMA Makoto</name> |
| 74 | <email>sugiyama.makoto+cubby_at_gmail.com</email> |
| 75 | <timezone>+9</timezone> |
| 76 | </developer> |
| 77 | <developer> |
| 78 | <id>suzuki-kei</id> |
| 79 | <name>SUZUKI Kei</name> |
| 80 | <email /> |
| 81 | <timezone>+9</timezone> |
| 82 | </developer> |
| 83 | </developers> |
| 84 | <mailingLists> |
| 85 | <mailingList> |
| 86 | <name>cubby-user</name> |
| 87 | <subscribe>https://ml.seasar.org/mailman/listinfo/cubby-user</subscribe> |
| 88 | <unsubscribe>https://ml.seasar.org/mailman/listinfo/cubby-user</unsubscribe> |
| 89 | <post>cubby-user@ml.seasar.org</post> |
| 90 | <archive>http://ml.seasar.org/archives/cubby-user/</archive> |
| 91 | </mailingList> |
| 92 | <mailingList> |
| 93 | <name>cubby-dev</name> |
| 94 | <subscribe>https://ml.seasar.org/mailman/listinfo/cubby-dev</subscribe> |
| 95 | <unsubscribe>https://ml.seasar.org/mailman/listinfo/cubby-dev</unsubscribe> |
| 96 | <post>cubby-dev@ml.seasar.org</post> |
| 97 | <archive>http://ml.seasar.org/archives/cubby-dev/</archive> |
| 98 | </mailingList> |
| 99 | </mailingLists> |
| 100 | <issueManagement> |
| 101 | <system>JIRA</system> |
| 102 | <url>https://www.seasar.org/issues/browse/CUBBY</url> |
| 103 | </issueManagement> |
| 104 | <ciManagement> |
| 105 | <system>hudson</system> |
| 106 | <url>https://www.seasar.org/hudson/job/cubby-2.0.x/</url> |
| 107 | <notifiers> |
| 108 | <notifier> |
| 109 | <type>mail</type> |
| 110 | <address>cubby-dev@ml.seasar.org</address> |
| 111 | <sendOnError>true</sendOnError> |
| 112 | <sendOnFailure>true</sendOnFailure> |
| 113 | <sendOnSuccess>false</sendOnSuccess> |
| 114 | <sendOnWarning>true</sendOnWarning> |
| 115 | </notifier> |
| 116 | </notifiers> |
| 117 | </ciManagement> |
| 118 | <scm> |
| 119 | <connection>scm:svn:https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</connection> |
| 120 | <developerConnection>scm:svn:https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</developerConnection> |
| 121 | <url>https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</url> |
| 122 | </scm> |
| 123 | <properties> |
| 124 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 125 | </properties> |
| 126 | <build> |
| 127 | <plugins> |
| 128 | <plugin> |
| 129 | <groupId>org.apache.maven.plugins</groupId> |
| 130 | <artifactId>maven-release-plugin</artifactId> |
| 131 | <configuration> |
| 132 | <tagBase>https://www.seasar.org/svn/cubby/tags/</tagBase> |
| 133 | <preparationGoals>clean install</preparationGoals> |
| 134 | </configuration> |
| 135 | </plugin> |
| 136 | <plugin> |
| 137 | <groupId>org.apache.maven.plugins</groupId> |
| 138 | <artifactId>maven-eclipse-plugin</artifactId> |
| 139 | <configuration> |
| 140 | <downloadSources>true</downloadSources> |
| 141 | <downloadJavadocs>true</downloadJavadocs> |
| 142 | <classpathContainers> |
| 143 | <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</classpathContainer> |
| 144 | </classpathContainers> |
| 145 | <additionalConfig> |
| 146 | <file> |
| 147 | <name>.settings/org.eclipse.core.resources.prefs</name> |
| 148 | <content> |
| 149 | <![CDATA[ |
| 150 | eclipse.preferences.version=1 |
| 151 | encoding/<project>=UTF-8 |
| 152 | ]]> |
| 153 | </content> |
| 154 | </file> |
| 155 | <file> |
| 156 | <name>.settings/org.eclipse.core.runtime.prefs</name> |
| 157 | <content> |
| 158 | <![CDATA[ |
| 159 | eclipse.preferences.version=1 |
| 160 | line.separator=\n |
| 161 | ]]> |
| 162 | </content> |
| 163 | </file> |
| 164 | <file> |
| 165 | <name>.settings/org.eclipse.jdt.ui.prefs</name> |
| 166 | <content> |
| 167 | <![CDATA[ |
| 168 | cleanup.add_default_serial_version_id=true |
| 169 | cleanup.add_generated_serial_version_id=false |
| 170 | cleanup.add_missing_annotations=true |
| 171 | cleanup.add_missing_deprecated_annotations=true |
| 172 | cleanup.add_missing_nls_tags=false |
| 173 | cleanup.add_missing_override_annotations=true |
| 174 | cleanup.add_serial_version_id=false |
| 175 | cleanup.always_use_blocks=true |
| 176 | cleanup.always_use_parentheses_in_expressions=false |
| 177 | cleanup.always_use_this_for_non_static_field_access=false |
| 178 | cleanup.always_use_this_for_non_static_method_access=false |
| 179 | cleanup.convert_to_enhanced_for_loop=true |
| 180 | cleanup.format_source_code=true |
| 181 | cleanup.make_local_variable_final=true |
| 182 | cleanup.make_parameters_final=true |
| 183 | cleanup.make_private_fields_final=true |
| 184 | cleanup.make_variable_declarations_final=true |
| 185 | cleanup.never_use_blocks=false |
| 186 | cleanup.never_use_parentheses_in_expressions=true |
| 187 | cleanup.organize_imports=true |
| 188 | cleanup.qualify_static_field_accesses_with_declaring_class=false |
| 189 | cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true |
| 190 | cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true |
| 191 | cleanup.qualify_static_member_accesses_with_declaring_class=true |
| 192 | cleanup.qualify_static_method_accesses_with_declaring_class=false |
| 193 | cleanup.remove_private_constructors=true |
| 194 | cleanup.remove_trailing_whitespaces=true |
| 195 | cleanup.remove_trailing_whitespaces_all=true |
| 196 | cleanup.remove_trailing_whitespaces_ignore_empty=false |
| 197 | cleanup.remove_unnecessary_casts=true |
| 198 | cleanup.remove_unnecessary_nls_tags=true |
| 199 | cleanup.remove_unused_imports=true |
| 200 | cleanup.remove_unused_local_variables=true |
| 201 | cleanup.remove_unused_private_fields=true |
| 202 | cleanup.remove_unused_private_members=true |
| 203 | cleanup.remove_unused_private_methods=true |
| 204 | cleanup.remove_unused_private_types=true |
| 205 | cleanup.sort_members=false |
| 206 | cleanup.sort_members_all=false |
| 207 | cleanup.use_blocks=true |
| 208 | cleanup.use_blocks_only_for_return_and_throw=false |
| 209 | cleanup.use_parentheses_in_expressions=false |
| 210 | cleanup.use_this_for_non_static_field_access=false |
| 211 | cleanup.use_this_for_non_static_field_access_only_if_necessary=true |
| 212 | cleanup.use_this_for_non_static_method_access=false |
| 213 | cleanup.use_this_for_non_static_method_access_only_if_necessary=true |
| 214 | cleanup_profile=_cubby |
| 215 | cleanup_settings_version=2 |
| 216 | eclipse.preferences.version=1 |
| 217 | formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile |
| 218 | formatter_settings_version=11 |
| 219 | org.eclipse.jdt.ui.ignorelowercasenames=true |
| 220 | org.eclipse.jdt.ui.importorder=java;javax;org;com; |
| 221 | org.eclipse.jdt.ui.ondemandthreshold=99 |
| 222 | org.eclipse.jdt.ui.staticondemandthreshold=99 |
| 223 | 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> |
| 224 | ]]> |
| 225 | </content> |
| 226 | </file> |
| 227 | </additionalConfig> |
| 228 | </configuration> |
| 229 | </plugin> |
| 230 | <plugin> |
| 231 | <artifactId>maven-compiler-plugin</artifactId> |
| 232 | <configuration> |
| 233 | <compilerVersion>1.5</compilerVersion> |
| 234 | <source>1.5</source> |
| 235 | <target>1.5</target> |
| 236 | <encoding>UTF-8</encoding> |
| 237 | </configuration> |
| 238 | </plugin> |
| 239 | <plugin> |
| 240 | <artifactId>maven-source-plugin</artifactId> |
| 241 | <executions> |
| 242 | <execution> |
| 243 | <id>source-jar</id> |
| 244 | <phase>package</phase> |
| 245 | <goals> |
| 246 | <goal>jar</goal> |
| 247 | </goals> |
| 248 | </execution> |
| 249 | </executions> |
| 250 | </plugin> |
| 251 | <plugin> |
| 252 | <artifactId>maven-site-plugin</artifactId> |
| 253 | <configuration> |
| 254 | <locales>ja</locales> |
| 255 | <encoding>UTF-8</encoding> |
| 256 | <inputEncoding>UTF-8</inputEncoding> |
| 257 | <outputEncoding>UTF-8</outputEncoding> |
| 258 | </configuration> |
| 259 | </plugin> |
| 260 | <plugin> |
| 261 | <artifactId>maven-surefire-plugin</artifactId> |
| 262 | <configuration> |
| 263 | <includes> |
| 264 | <include>**/*Test.java</include> |
| 265 | </includes> |
| 266 | </configuration> |
| 267 | </plugin> |
| 268 | <plugin> |
| 269 | <groupId>org.codehaus.mojo</groupId> |
| 270 | <artifactId>cobertura-maven-plugin</artifactId> |
| 271 | <executions> |
| 272 | <execution> |
| 273 | <goals> |
| 274 | <goal>clean</goal> |
| 275 | </goals> |
| 276 | </execution> |
| 277 | </executions> |
| 278 | </plugin> |
| 279 | <plugin> |
| 280 | <groupId>com.mycila.maven-license-plugin</groupId> |
| 281 | <artifactId>maven-license-plugin</artifactId> |
| 282 | <configuration> |
| 283 | <header>src/etc/header.txt</header> |
| 284 | <includes> |
| 285 | <include>src/**</include> |
| 286 | </includes> |
| 287 | <excludes> |
| 288 | <exclude>**/env*.txt</exclude> |
| 289 | </excludes> |
| 290 | <mapping> |
| 291 | <tld>XML_STYLE</tld> |
| 292 | <dicon>XML_STYLE</dicon> |
| 293 | </mapping> |
| 294 | <encoding>UTF-8</encoding> |
| 295 | <headerDefinitions> |
| 296 | <headerDefinition>src/etc/header-definition.xml</headerDefinition> |
| 297 | </headerDefinitions> |
| 298 | </configuration> |
| 299 | </plugin> |
| 300 | <plugin> |
| 301 | <!-- make sure our code doesn't have 1.6 dependencies except where we know it --> |
| 302 | <groupId>org.jvnet</groupId> |
| 303 | <artifactId>animal-sniffer</artifactId> |
| 304 | <configuration> |
| 305 | <signature> |
| 306 | <groupId>org.jvnet.animal-sniffer</groupId> |
| 307 | <artifactId>java1.5</artifactId> |
| 308 | <version>1.0</version> |
| 309 | </signature> |
| 310 | </configuration> |
| 311 | </plugin> |
| 312 | </plugins> |
| 313 | <extensions> |
| 314 | <extension> |
| 315 | <groupId>org.apache.maven.wagon</groupId> |
| 316 | <artifactId>wagon-webdav</artifactId> |
| 317 | <version>1.0-beta-2</version> |
| 318 | </extension> |
| 319 | </extensions> |
| 320 | </build> |
| 321 | <repositories> |
| 322 | <repository> |
| 323 | <id>maven.seasar.org</id> |
| 324 | <name>The Seasar Foundation Maven2 Repository</name> |
| 325 | <url>http://maven.seasar.org/maven2/</url> |
| 326 | </repository> |
| 327 | <repository> |
| 328 | <id>maven-snapshot.seasar.org</id> |
| 329 | <name>The Seasar Foundation Maven2 Snapshot Repository</name> |
| 330 | <url>http://maven.seasar.org/maven2-snapshot</url> |
| 331 | </repository> |
| 332 | <repository> |
| 333 | <id>maven2-repository.dev.java.net</id> |
| 334 | <name>Java.net Repository for Maven</name> |
| 335 | <url>http://download.java.net/maven/2/</url> |
| 336 | </repository> |
| 337 | </repositories> |
| 338 | <pluginRepositories> |
| 339 | <pluginRepository> |
| 340 | <id>maven2-repository.dev.java.net</id> |
| 341 | <name>Java.net Repository for Maven</name> |
| 342 | <url>http://download.java.net/maven/2/</url> |
| 343 | </pluginRepository> |
| 344 | </pluginRepositories> |
| 345 | <reporting> |
| 346 | <plugins> |
| 347 | <plugin> |
| 348 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 349 | <configuration> |
| 350 | <inputEncoding>UTF-8</inputEncoding> |
| 351 | <outputEncoding>UTF-8</outputEncoding> |
| 352 | </configuration> |
| 353 | </plugin> |
| 354 | <plugin> |
| 355 | <artifactId>maven-javadoc-plugin</artifactId> |
| 356 | <configuration> |
| 357 | <encoding>UTF-8</encoding> |
| 358 | <docencoding>UTF-8</docencoding> |
| 359 | <charset>UTF-8</charset> |
| 360 | <links> |
| 361 | <link>http://java.sun.com/javaee/5/docs/api/</link> |
| 362 | <link>http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/</link> |
| 363 | <link>http://www.junit.org/junit/javadoc/4.5/</link> |
| 364 | <link>http://www.slf4j.org/api/</link> |
| 365 | <link>http://commons.apache.org/fileupload/apidocs/</link> |
| 366 | <link>http://aopalliance.sourceforge.net/doc/</link> |
| 367 | <link>http://s2container.seasar.org/2.4/s2-framework/ja/apidocs/</link> |
| 368 | <link>http://s2container.seasar.org/2.4/s2-extension/ja/apidocs/</link> |
| 369 | <link>http://s2container.seasar.org/2.4/s2-tiger/ja/apidocs/</link> |
| 370 | <link>http://google-guice.googlecode.com/svn/trunk/javadoc/</link> |
| 371 | <link>http://google-gson.googlecode.com/svn/tags/1.3/docs/javadocs/</link> |
| 372 | <link>http://static.springframework.org/spring/docs/2.5.x/api/</link> |
| 373 | </links> |
| 374 | </configuration> |
| 375 | </plugin> |
| 376 | <plugin> |
| 377 | <artifactId>maven-changelog-plugin</artifactId> |
| 378 | <configuration> |
| 379 | <type>range</type> |
| 380 | <range>30</range> |
| 381 | <inputEncoding>UTF-8</inputEncoding> |
| 382 | <outputEncoding>UTF-8</outputEncoding> |
| 383 | </configuration> |
| 384 | </plugin> |
| 385 | <plugin> |
| 386 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 387 | <configuration> |
| 388 | <!--encoding>UTF-8</encoding--> |
| 389 | <outputEncoding>UTF-8</outputEncoding> |
| 390 | </configuration> |
| 391 | </plugin> |
| 392 | <plugin> |
| 393 | <artifactId>maven-jxr-plugin</artifactId> |
| 394 | <configuration> |
| 395 | <inputEncoding>UTF-8</inputEncoding> |
| 396 | <outputEncoding>UTF-8</outputEncoding> |
| 397 | </configuration> |
| 398 | </plugin> |
| 399 | <plugin> |
| 400 | <groupId>org.codehaus.mojo</groupId> |
| 401 | <artifactId>jdepend-maven-plugin</artifactId> |
| 402 | </plugin> |
| 403 | <plugin> |
| 404 | <groupId>org.codehaus.mojo</groupId> |
| 405 | <artifactId>cobertura-maven-plugin</artifactId> |
| 406 | </plugin> |
| 407 | <plugin> |
| 408 | <groupId>net.sourceforge.maven-taglib</groupId> |
| 409 | <artifactId>maven-taglib-plugin</artifactId> |
| 410 | <configuration> |
| 411 | <parseHtml>true</parseHtml> |
| 412 | </configuration> |
| 413 | </plugin> |
| 414 | </plugins> |
| 415 | </reporting> |
| 416 | <distributionManagement> |
| 417 | <repository> |
| 418 | <uniqueVersion>false</uniqueVersion> |
| 419 | <id>maven.seasar.org</id> |
| 420 | <name>The Seasar Foundation Maven2 Repository</name> |
| 421 | <url>dav:https://www.seasar.org/maven/maven2</url> |
| 422 | </repository> |
| 423 | <snapshotRepository> |
| 424 | <uniqueVersion>true</uniqueVersion> |
| 425 | <id>maven.seasar.org</id> |
| 426 | <name>The Seasar Foundation Maven2 Snapshot Repository</name> |
| 427 | <url>dav:https://www.seasar.org/maven/maven2-snapshot</url> |
| 428 | </snapshotRepository> |
| 429 | <site> |
| 430 | <id>maven.seasar.org</id> |
| 431 | <url>dav:https://www.seasar.org/site/cubby/20x/</url> |
| 432 | </site> |
| 433 | </distributionManagement> |
| 434 | <modules> |
| 435 | <module>cubby</module> |
| 436 | <module>cubby-unit</module> |
| 437 | <module>cubby-s2</module> |
| 438 | <module>cubby-guice</module> |
| 439 | <module>cubby-spring</module> |
| 440 | <module>cubby-gson</module> |
| 441 | <module>cubby-oval</module> |
| 442 | <module>cubby-s2-archetype</module> |
| 443 | <module>cubby-guice-archetype</module> |
| 444 | <module>cubby-spring-archetype</module> |
| 445 | <module>cubby-guice-examples</module> |
| 446 | <module>cubby-spring-examples</module> |
| 447 | <module>cubby-s2-examples</module> |
| 448 | <module>cubby-admin</module> |
| 449 | <module>cubby-dist</module> |
| 450 | </modules> |
| 451 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

