| 5 |
<artifactId>cubby-project</artifactId> |
<artifactId>cubby-project</artifactId> |
| 6 |
<packaging>pom</packaging> |
<packaging>pom</packaging> |
| 7 |
<name>Cubby Project</name> |
<name>Cubby Project</name> |
| 8 |
<version>2.0.0</version> |
<version>2.0.6-SNAPSHOT</version> |
| 9 |
<description>Cubby Simple Web Application Framework</description> |
<description>Cubby Simple Web Application Framework</description> |
| 10 |
<url>http://cubby.seasar.org/20x/</url> |
<url>http://cubby.seasar.org/20x/</url> |
| 11 |
<inceptionYear>2006</inceptionYear> |
<inceptionYear>2006</inceptionYear> |
| 55 |
</developer> |
</developer> |
| 56 |
<developer> |
<developer> |
| 57 |
<id>sakamoto</id> |
<id>sakamoto</id> |
| 58 |
<name>SAKAMOTO Takashi</name> |
<name>SAKAMOTO Tadashi</name> |
| 59 |
<email>sakamoto_at_nulab.co.jp</email> |
<email /> |
| 60 |
<timezone>+9</timezone> |
<timezone>+9</timezone> |
| 61 |
</developer> |
</developer> |
| 62 |
<developer> |
<developer> |
| 103 |
</issueManagement> |
</issueManagement> |
| 104 |
<ciManagement> |
<ciManagement> |
| 105 |
<system>hudson</system> |
<system>hudson</system> |
| 106 |
<url>https://www.seasar.org/hudson/job/Cubby-2.0.x/</url> |
<url>https://www.seasar.org/hudson/job/cubby-2.0.x/</url> |
| 107 |
<notifiers> |
<notifiers> |
| 108 |
<notifier> |
<notifier> |
| 109 |
<type>mail</type> |
<type>mail</type> |
| 116 |
</notifiers> |
</notifiers> |
| 117 |
</ciManagement> |
</ciManagement> |
| 118 |
<scm> |
<scm> |
| 119 |
<connection>scm:svn:https://www.seasar.org/svn/cubby/tags/cubby-project-2.0.0</connection> |
<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/tags/cubby-project-2.0.0</developerConnection> |
<developerConnection>scm:svn:https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</developerConnection> |
| 121 |
<url>https://www.seasar.org/svn/cubby/tags/cubby-project-2.0.0</url> |
<url>https://www.seasar.org/svn/cubby/branches/2.0.x/cubby-project/</url> |
| 122 |
</scm> |
</scm> |
| 123 |
<properties> |
<properties> |
| 124 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 250 |
</plugin> |
</plugin> |
| 251 |
<plugin> |
<plugin> |
| 252 |
<artifactId>maven-site-plugin</artifactId> |
<artifactId>maven-site-plugin</artifactId> |
|
<version>2.0.1</version> |
|
| 253 |
<configuration> |
<configuration> |
| 254 |
<locales>ja</locales> |
<locales>ja</locales> |
| 255 |
<encoding>UTF-8</encoding> |
<encoding>UTF-8</encoding> |
| 277 |
</executions> |
</executions> |
| 278 |
</plugin> |
</plugin> |
| 279 |
<plugin> |
<plugin> |
| 280 |
<groupId>com.google.code.maven-license-plugin</groupId> |
<groupId>com.mycila.maven-license-plugin</groupId> |
| 281 |
<artifactId>maven-license-plugin</artifactId> |
<artifactId>maven-license-plugin</artifactId> |
|
<version>1.4.0</version> |
|
| 282 |
<configuration> |
<configuration> |
| 283 |
<header>http://www.seasar.org/license/header.txt</header> |
<header>src/etc/header.txt</header> |
| 284 |
<includes> |
<includes> |
| 285 |
<include>src/**</include> |
<include>src/**</include> |
| 286 |
</includes> |
</includes> |
| 293 |
</mapping> |
</mapping> |
| 294 |
<encoding>UTF-8</encoding> |
<encoding>UTF-8</encoding> |
| 295 |
<headerDefinitions> |
<headerDefinitions> |
| 296 |
<headerDefinition>http://www.seasar.org/license/header-definition.xml</headerDefinition> |
<headerDefinition>src/etc/header-definition.xml</headerDefinition> |
| 297 |
</headerDefinitions> |
</headerDefinitions> |
| 298 |
</configuration> |
</configuration> |
| 299 |
</plugin> |
</plugin> |