利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1916 by baba, Sat Aug 8 18:52:38 2009 JST revision 2090 by baba, Thu Feb 11 15:53:53 2010 JST
# Line 5  Line 5 
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>
# Line 55  Line 55 
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>
# Line 103  Line 103 
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>
# Line 116  Line 116 
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>
# Line 250  org.eclipse.jdt.ui.text.custom_code_temp Line 250  org.eclipse.jdt.ui.text.custom_code_temp
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>
# Line 278  org.eclipse.jdt.ui.text.custom_code_temp Line 277  org.eclipse.jdt.ui.text.custom_code_temp
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>
# Line 295  org.eclipse.jdt.ui.text.custom_code_temp Line 293  org.eclipse.jdt.ui.text.custom_code_temp
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>

Legend:
Removed from v.1916  
changed lines
  Added in v.2090

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC