利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-apps/cubbitter/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2094 - (show annotations)
Thu Feb 11 18:07:37 2010 JST (3 years, 3 months ago) by baba
File MIME type: text/plain
File size: 6905 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 <parent>
4 <artifactId>cubby-apps</artifactId>
5 <groupId>org.seasar.cubby</groupId>
6 <version>2.0.6-SNAPSHOT</version>
7 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <groupId>org.seasar.cubby</groupId>
10 <artifactId>cubbitter</artifactId>
11 <packaging>war</packaging>
12 <name>Cubbitter</name>
13 <build>
14 <finalName>cubbitter</finalName>
15 <plugins>
16 <plugin>
17 <artifactId>maven-compiler-plugin</artifactId>
18 <configuration>
19 <source>1.5</source>
20 <target>1.5</target>
21 <encoding>UTF-8</encoding>
22 </configuration>
23 </plugin>
24 <plugin>
25 <artifactId>maven-eclipse-plugin</artifactId>
26 <configuration>
27 <wtpversion>2.0</wtpversion>
28 <downloadSources>true</downloadSources>
29 <downloadJavadocs>true</downloadJavadocs>
30 <additionalConfig>
31 <file>
32 <name>.settings/org.eclipse.core.resources.prefs</name>
33 <content>
34 <![CDATA[
35 eclipse.preferences.version=1
36 encoding/<project>=UTF-8
37 ]]>
38 </content>
39 </file>
40 <file>
41 <name>.settings/org.eclipse.core.runtime.prefs</name>
42 <content>
43 <![CDATA[
44 eclipse.preferences.version=1
45 line.separator=\n
46 ]]>
47 </content>
48 </file>
49 </additionalConfig>
50 </configuration>
51 </plugin>
52 <plugin>
53 <groupId>org.codehaus.mojo</groupId>
54 <artifactId>tomcat-maven-plugin</artifactId>
55 </plugin>
56 <plugin>
57 <groupId>org.mortbay.jetty</groupId>
58 <artifactId>maven-jetty-plugin</artifactId>
59 </plugin>
60 </plugins>
61 </build>
62 <repositories>
63 <repository>
64 <id>maven.seasar.org</id>
65 <name>The Seasar Foundation Maven2 Repository</name>
66 <url>http://maven.seasar.org/maven2</url>
67 </repository>
68 <repository>
69 <id>maven-snapshot.seasar.org</id>
70 <name>The Seasar Foundation Maven2 Snapshot Repository</name>
71 <url>http://maven.seasar.org/maven2-snapshot</url>
72 </repository>
73 </repositories>
74 <dependencies>
75 <dependency>
76 <groupId>junit</groupId>
77 <artifactId>junit</artifactId>
78 <version>4.7</version>
79 <scope>test</scope>
80 </dependency>
81 <dependency>
82 <groupId>javax.servlet</groupId>
83 <artifactId>jstl</artifactId>
84 <version>1.2</version>
85 </dependency>
86 <dependency>
87 <groupId>org.seasar.cubby</groupId>
88 <artifactId>cubby</artifactId>
89 <version>2.0.5</version>
90 </dependency>
91 <dependency>
92 <groupId>org.seasar.cubby</groupId>
93 <artifactId>cubby-s2</artifactId>
94 <version>2.0.5</version>
95 </dependency>
96 <dependency>
97 <groupId>org.seasar.cubby</groupId>
98 <artifactId>cubby-gson</artifactId>
99 <version>2.0.5</version>
100 </dependency>
101 <dependency>
102 <groupId>org.seasar.container</groupId>
103 <artifactId>s2-framework</artifactId>
104 <version>2.4.40</version>
105 <exclusions>
106 <exclusion>
107 <groupId>commons-logging</groupId>
108 <artifactId>commons-logging</artifactId>
109 </exclusion>
110 <exclusion>
111 <groupId>log4j</groupId>
112 <artifactId>log4j</artifactId>
113 </exclusion>
114 </exclusions>
115 </dependency>
116 <dependency>
117 <groupId>org.seasar.container</groupId>
118 <artifactId>s2-extension</artifactId>
119 <version>2.4.40</version>
120 <exclusions>
121 <exclusion>
122 <groupId>commons-logging</groupId>
123 <artifactId>commons-logging</artifactId>
124 </exclusion>
125 <exclusion>
126 <groupId>log4j</groupId>
127 <artifactId>log4j</artifactId>
128 </exclusion>
129 </exclusions>
130 </dependency>
131 <dependency>
132 <groupId>org.seasar.container</groupId>
133 <artifactId>s2-tiger</artifactId>
134 <version>2.4.40</version>
135 </dependency>
136 <dependency>
137 <groupId>org.seasar.kuina</groupId>
138 <artifactId>kuina-dao</artifactId>
139 <version>1.0.3</version>
140 </dependency>
141 <dependency>
142 <groupId>org.seasar.hibernate</groupId>
143 <artifactId>s2hibernate-jpa</artifactId>
144 <version>1.0.1</version>
145 <exclusions>
146 <exclusion>
147 <groupId>commons-logging</groupId>
148 <artifactId>commons-logging</artifactId>
149 </exclusion>
150 </exclusions>
151 </dependency>
152 <dependency>
153 <groupId>rome</groupId>
154 <artifactId>rome</artifactId>
155 <version>0.9</version>
156 </dependency>
157 <dependency>
158 <groupId>org.apache.geronimo.specs</groupId>
159 <artifactId>geronimo-servlet_2.5_spec</artifactId>
160 <version>1.2</version>
161 <scope>provided</scope>
162 </dependency>
163 <dependency>
164 <groupId>org.apache.geronimo.specs</groupId>
165 <artifactId>geronimo-jta_1.1_spec</artifactId>
166 <version>1.0</version>
167 </dependency>
168 <dependency>
169 <groupId>org.apache.geronimo.specs</groupId>
170 <artifactId>geronimo-jpa_3.0_spec</artifactId>
171 <version>1.0</version>
172 </dependency>
173 <dependency>
174 <groupId>org.apache.geronimo.specs</groupId>
175 <artifactId>geronimo-ejb_3.0_spec</artifactId>
176 <version>1.0</version>
177 <scope>test</scope>
178 </dependency>
179 <dependency>
180 <groupId>org.slf4j</groupId>
181 <artifactId>jcl-over-slf4j</artifactId>
182 <version>1.5.10</version>
183 </dependency>
184 <dependency>
185 <groupId>ch.qos.logback</groupId>
186 <artifactId>logback-core</artifactId>
187 <version>0.9.18</version>
188 <scope>runtime</scope>
189 </dependency>
190 <dependency>
191 <groupId>ch.qos.logback</groupId>
192 <artifactId>logback-classic</artifactId>
193 <version>0.9.18</version>
194 <scope>runtime</scope>
195 </dependency>
196 <dependency>
197 <groupId>com.h2database</groupId>
198 <artifactId>h2</artifactId>
199 <version>1.1.111</version>
200 <scope>runtime</scope>
201 </dependency>
202 </dependencies>
203 <profiles>
204 <profile>
205 <id>development</id>
206 <activation>
207 <activeByDefault>true</activeByDefault>
208 </activation>
209 </profile>
210 <profile>
211 <id>production</id>
212 <activation>
213 <activeByDefault>false</activeByDefault>
214 </activation>
215 <properties>
216 <maven.test.skip>true</maven.test.skip>
217 </properties>
218 <build>
219 <resources>
220 <resource>
221 <directory>src/production/resources</directory>
222 </resource>
223 <resource>
224 <directory>src/main/resources</directory>
225 </resource>
226 </resources>
227 </build>
228 </profile>
229 </profiles>
230 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC