利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC