| 1 |
<?xml version="1.0"?> |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<project> |
<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> |
<modelVersion>4.0.0</modelVersion> |
| 6 |
<groupId>org.seasar.cubby</groupId> |
<groupId>org.seasar.cubby</groupId> |
| 7 |
<artifactId>cubby-project</artifactId> |
<artifactId>cubby-project</artifactId> |
| 12 |
Cubby 100% Pure JSP Web Application Framework |
Cubby 100% Pure JSP Web Application Framework |
| 13 |
</description> |
</description> |
| 14 |
<url>http://cubby.sandbox.seasar.org/</url> |
<url>http://cubby.sandbox.seasar.org/</url> |
| 15 |
|
<inceptionYear>2006</inceptionYear> |
| 16 |
|
<organization> |
| 17 |
|
<name>The Seasar Foundation and the others. All rights reserved.</name> |
| 18 |
|
<url>http://www.seasar.org/</url> |
| 19 |
|
</organization> |
| 20 |
|
<licenses> |
| 21 |
|
<license> |
| 22 |
|
<name>Apache License, Version 2.0</name> |
| 23 |
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 24 |
|
<distribution>repo</distribution> |
| 25 |
|
</license> |
| 26 |
|
</licenses> |
| 27 |
<developers> |
<developers> |
| 28 |
<developer> |
<developer> |
| 29 |
<id>agata</id> |
<id>agata</id> |
| 30 |
<name>AGATA Toshitaka</name> |
<name>AGATA Toshitaka</name> |
| 31 |
<email>agata@nulab.co.jp</email> |
<email>agata@nulab.co.jp</email> |
| 32 |
<organization>Nulab Inc.</organization> |
<organization>Nulab Inc.</organization> |
| 33 |
<timezone>+9</timezone> |
<timezone>+9</timezone> |
| 34 |
</developer> |
</developer> |
| 35 |
</developers> |
<developer> |
| 36 |
<organization> |
<id>inumaru</id> |
| 37 |
<name>The Seasar Foundation</name> |
<name>INUMARU Sachie</name> |
| 38 |
<url>http://www.seasar.org/</url> |
<email>inumaru@nulab.co.jp</email> |
| 39 |
</organization> |
<organization>Nulab Inc.</organization> |
| 40 |
|
<timezone>+9</timezone> |
| 41 |
|
</developer> |
| 42 |
|
<developer> |
| 43 |
|
<id>baba</id> |
| 44 |
|
<name>BABA Yasuyuki</name> |
| 45 |
|
<email>baba@nulab.co.jp</email> |
| 46 |
|
<organization>Nulab Inc.</organization> |
| 47 |
|
<timezone>+9</timezone> |
| 48 |
|
</developer> |
| 49 |
|
</developers> |
| 50 |
|
<mailingLists> |
| 51 |
|
<mailingList> |
| 52 |
|
<name>cubby-user</name> |
| 53 |
|
<subscribe>https://ml.seasar.org/mailman/listinfo/cubby-user</subscribe> |
| 54 |
|
<unsubscribe>https://ml.seasar.org/mailman/listinfo/cubby-user</unsubscribe> |
| 55 |
|
<post>cubby-user@ml.seasar.org</post> |
| 56 |
|
<archive>http://ml.seasar.org/archives/cubby-user/</archive> |
| 57 |
|
</mailingList> |
| 58 |
|
</mailingLists> |
| 59 |
|
<issueManagement> |
| 60 |
|
<system>JIRA</system> |
| 61 |
|
<url>https://www.seasar.org/issues/browse/CUBBY</url> |
| 62 |
|
</issueManagement> |
| 63 |
|
<scm> |
| 64 |
|
<connection>scm:svn:https://www.seasar.org/svn/sandbox/cubby/trunk/cubby/</connection> |
| 65 |
|
<url>https://www.seasar.org/svn/sandbox/cubby/trunk/cubby/</url> |
| 66 |
|
</scm> |
| 67 |
<build> |
<build> |
| 68 |
<plugins> |
<plugins> |
| 69 |
<plugin> |
<plugin> |
| 90 |
<plugin> |
<plugin> |
| 91 |
<artifactId>maven-site-plugin</artifactId> |
<artifactId>maven-site-plugin</artifactId> |
| 92 |
<configuration> |
<configuration> |
| 93 |
|
<locales>ja</locales> |
| 94 |
|
<encoding>UTF-8</encoding> |
| 95 |
<inputEncoding>UTF-8</inputEncoding> |
<inputEncoding>UTF-8</inputEncoding> |
| 96 |
<outputEncoding>UTF-8</outputEncoding> |
<outputEncoding>UTF-8</outputEncoding> |
| 97 |
</configuration> |
</configuration> |
| 129 |
</configuration> |
</configuration> |
| 130 |
</plugin> |
</plugin> |
| 131 |
<plugin> |
<plugin> |
| 132 |
<groupId>org.codehaus.mojo</groupId> |
<artifactId>maven-javadoc-plugin</artifactId> |
| 133 |
<artifactId>changelog-maven-plugin</artifactId> |
<configuration> |
| 134 |
|
<encoding>UTF-8</encoding> |
| 135 |
|
<docencoding>UTF-8</docencoding> |
| 136 |
|
<charset>UTF-8</charset> |
| 137 |
|
</configuration> |
| 138 |
|
</plugin> |
| 139 |
|
<plugin> |
| 140 |
|
<artifactId>maven-changelog-plugin</artifactId> |
| 141 |
<configuration> |
<configuration> |
| 142 |
<type>range</type> |
<type>range</type> |
| 143 |
<range>30</range> |
<range>30</range> |
| 146 |
</configuration> |
</configuration> |
| 147 |
</plugin> |
</plugin> |
| 148 |
<plugin> |
<plugin> |
| 149 |
<groupId>org.codehaus.mojo</groupId> |
<artifactId>maven-surefire-report-plugin</artifactId> |
| 150 |
<artifactId>surefire-report-maven-plugin</artifactId> |
<configuration> |
| 151 |
|
<!--encoding>UTF-8</encoding--> |
| 152 |
|
<outputEncoding>UTF-8</outputEncoding> |
| 153 |
|
</configuration> |
| 154 |
</plugin> |
</plugin> |
| 155 |
<plugin> |
<plugin> |
| 156 |
<groupId>org.codehaus.mojo</groupId> |
<artifactId>maven-jxr-plugin</artifactId> |
|
<artifactId>jxr-maven-plugin</artifactId> |
|
| 157 |
<configuration> |
<configuration> |
| 158 |
<inputEncoding>UTF-8</inputEncoding> |
<inputEncoding>UTF-8</inputEncoding> |
| 159 |
<outputEncoding>UTF-8</outputEncoding> |
<outputEncoding>UTF-8</outputEncoding> |
| 160 |
</configuration> |
</configuration> |
| 161 |
</plugin> |
</plugin> |
| 162 |
|
<plugin> |
| 163 |
|
<groupId>org.codehaus.mojo</groupId> |
| 164 |
|
<artifactId>jdepend-maven-plugin</artifactId> |
| 165 |
|
</plugin> |
| 166 |
</plugins> |
</plugins> |
| 167 |
</reporting> |
</reporting> |
| 168 |
<distributionManagement> |
<distributionManagement> |