利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2169 - (show annotations)
Sun Mar 28 20:28:58 2010 JST (3 years, 1 month ago) by baba
File MIME type: text/plain
File size: 8237 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.9
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-project</artifactId>
5 <groupId>org.seasar.cubby</groupId>
6 <version>2.0.9</version>
7 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>cubby-s2-examples</artifactId>
10 <packaging>war</packaging>
11 <name>Cubby S2Container Examples</name>
12 <build>
13 <finalName>cubby-s2-examples</finalName>
14 <plugins>
15 <plugin>
16 <artifactId>maven-compiler-plugin</artifactId>
17 <configuration>
18 <source>1.5</source>
19 <target>1.5</target>
20 <encoding>UTF-8</encoding>
21 </configuration>
22 </plugin>
23 <plugin>
24 <artifactId>maven-eclipse-plugin</artifactId>
25 <configuration>
26 <wtpversion>2.0</wtpversion>
27 <downloadSources>true</downloadSources>
28 <downloadJavadocs>true</downloadJavadocs>
29 <useProjectReferences>false</useProjectReferences>
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 </repositories>
69 <dependencies>
70 <dependency>
71 <groupId>junit</groupId>
72 <artifactId>junit</artifactId>
73 <version>4.7</version>
74 <scope>test</scope>
75 </dependency>
76 <dependency>
77 <groupId>javax.servlet</groupId>
78 <artifactId>jstl</artifactId>
79 <version>1.2</version>
80 </dependency>
81 <dependency>
82 <groupId>org.seasar.cubby</groupId>
83 <artifactId>cubby</artifactId>
84 <version>2.0.9</version>
85 </dependency>
86 <dependency>
87 <groupId>org.seasar.cubby</groupId>
88 <artifactId>cubby-s2</artifactId>
89 <version>2.0.9</version>
90 </dependency>
91 <dependency>
92 <groupId>org.seasar.cubby</groupId>
93 <artifactId>cubby-admin</artifactId>
94 <version>2.0.9</version>
95 </dependency>
96 <dependency>
97 <groupId>org.seasar.cubby</groupId>
98 <artifactId>cubby-unit</artifactId>
99 <version>2.0.9</version>
100 <scope>test</scope>
101 </dependency>
102 <dependency>
103 <groupId>org.seasar.container</groupId>
104 <artifactId>s2-framework</artifactId>
105 <version>2.4.38</version>
106 <exclusions>
107 <exclusion>
108 <groupId>commons-logging</groupId>
109 <artifactId>commons-logging</artifactId>
110 </exclusion>
111 <exclusion>
112 <groupId>log4j</groupId>
113 <artifactId>log4j</artifactId>
114 </exclusion>
115 </exclusions>
116 </dependency>
117 <dependency>
118 <groupId>org.seasar.container</groupId>
119 <artifactId>s2-extension</artifactId>
120 <version>2.4.38</version>
121 <exclusions>
122 <exclusion>
123 <groupId>commons-logging</groupId>
124 <artifactId>commons-logging</artifactId>
125 </exclusion>
126 <exclusion>
127 <groupId>log4j</groupId>
128 <artifactId>log4j</artifactId>
129 </exclusion>
130 </exclusions>
131 </dependency>
132 <dependency>
133 <groupId>org.seasar.container</groupId>
134 <artifactId>s2-tiger</artifactId>
135 <version>2.4.38</version>
136 </dependency>
137 <dependency>
138 <groupId>org.apache.geronimo.specs</groupId>
139 <artifactId>geronimo-servlet_2.5_spec</artifactId>
140 <version>1.2</version>
141 <scope>provided</scope>
142 </dependency>
143 <dependency>
144 <groupId>org.apache.geronimo.specs</groupId>
145 <artifactId>geronimo-jsp_2.1_spec</artifactId>
146 <version>1.0.1</version>
147 <scope>provided</scope>
148 </dependency>
149 <dependency>
150 <groupId>org.apache.geronimo.specs</groupId>
151 <artifactId>geronimo-el_1.0_spec</artifactId>
152 <version>1.0.1</version>
153 <scope>provided</scope>
154 </dependency>
155 <dependency>
156 <groupId>org.apache.geronimo.specs</groupId>
157 <artifactId>geronimo-jta_1.1_spec</artifactId>
158 <version>1.0</version>
159 </dependency>
160 <dependency>
161 <groupId>org.apache.geronimo.specs</groupId>
162 <artifactId>geronimo-jpa_3.0_spec</artifactId>
163 <version>1.0</version>
164 </dependency>
165 <dependency>
166 <groupId>org.slf4j</groupId>
167 <artifactId>jcl-over-slf4j</artifactId>
168 <version>1.5.6</version>
169 </dependency>
170 <dependency>
171 <groupId>ch.qos.logback</groupId>
172 <artifactId>logback-core</artifactId>
173 <version>0.9.15</version>
174 <scope>runtime</scope>
175 </dependency>
176 <dependency>
177 <groupId>ch.qos.logback</groupId>
178 <artifactId>logback-classic</artifactId>
179 <version>0.9.15</version>
180 <scope>runtime</scope>
181 </dependency>
182 </dependencies>
183 <profiles>
184 <profile>
185 <id>development</id>
186 <activation>
187 <activeByDefault>true</activeByDefault>
188 </activation>
189 </profile>
190 <profile>
191 <id>production</id>
192 <activation>
193 <activeByDefault>false</activeByDefault>
194 </activation>
195 <properties>
196 <maven.test.skip>true</maven.test.skip>
197 </properties>
198 <build>
199 <resources>
200 <resource>
201 <directory>src/production/resources</directory>
202 </resource>
203 <resource>
204 <directory>src/main/resources</directory>
205 </resource>
206 </resources>
207 </build>
208 </profile>
209 <profile>
210 <id>tomcat6</id>
211 <activation>
212 <activeByDefault>true</activeByDefault>
213 </activation>
214 <build>
215 <plugins>
216 <plugin>
217 <groupId>org.codehaus.cargo</groupId>
218 <artifactId>cargo-maven2-plugin</artifactId>
219 <configuration>
220 <container>
221 <containerId>tomcat6x</containerId>
222 <!--
223 <type>embedded</type>
224 -->
225 <!-- for use -Dtomcat.home=c:\usr\local...
226 <type>installed</type>
227 <home>${tomcat.home}</home>
228 -->
229 <zipUrlInstaller>
230 <url>
231 http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.zip
232 </url>
233 <installDir>${project.build.directory}</installDir>
234 </zipUrlInstaller>
235 <output>
236 ${project.build.directory}/tomcat6x.log
237 </output>
238 <log>${project.build.directory}/cargo.log</log>
239 </container>
240 </configuration>
241 <executions>
242 <!--
243 <execution>
244 <id>start-container</id>
245 <phase>pre-integration-test</phase>
246 <goals>
247 <goal>start</goal>
248 </goals>
249 <configuration>
250 <wait>false</wait>
251 </configuration>
252 </execution>
253 <execution>
254 <id>stop-container</id>
255 <phase>post-integration-test</phase>
256 <goals>
257 <goal>stop</goal>
258 </goals>
259 </execution>
260 -->
261 </executions>
262 </plugin>
263 </plugins>
264 </build>
265 </profile>
266 </profiles>
267 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC