1 <?xml version="1.0" encoding="UTF-8"?>
3 Licensed to the Apache Software Foundation (ASF) under one or more
4 contributor license agreements. See the NOTICE file distributed with
5 this work for additional information regarding copyright ownership.
6 The ASF licenses this file to You under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with
8 the License. You may obtain a copy of the License at
10 http://www.apache.org/licenses/LICENSE-2.0
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
19 <project xmlns="http://maven.apache.org/POM/4.0.0"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23 <modelVersion>4.0.0</modelVersion>
26 <groupId>org.apache.geronimo.genesis.config</groupId>
27 <artifactId>project-config</artifactId>
28 <version>1.1-SNAPSHOT</version>
31 <groupId>org.apache.geronimo.daytrader</groupId>
32 <artifactId>daytrader</artifactId>
33 <name>DayTrader :: Performance Benchmark Sample</name>
34 <packaging>pom</packaging>
35 <version>2.0-SNAPSHOT</version>
36 <description>J2EE 1.4 Performance Benchmark Sample Application</description>
39 <url>http://issues.apache.org/jira/browse/GERONIMO</url>
42 <system>continuum</system>
43 <url>http://ci.gbuild.org/continuum</url>
47 <address>scm@geronimo.apache.org</address>
52 <inceptionYear>2005</inceptionYear>
56 <name>Jeff Genender</name>
58 <email>jgenender@apache.org</email>
59 <organization>Apache Software Foundation</organization>
61 <role>Development</role>
63 <timezone>+7</timezone>
66 <name>Matt Hogstrom</name>
68 <email>hogstrom@apache.org</email>
69 <organization>Apache Software Foundation</organization>
71 <role>Performance Analysis</role>
73 <timezone>+5</timezone>
76 <name>Vincent Massol</name>
78 <email>vmassol@apache.org</email>
79 <organization>Apache Software Foundation</organization>
81 <role>Build Engineer</role>
83 <timezone>+1</timezone>
88 <name>Christopher Blythe</name>
90 <role>Added code to improve stability and new features</role>
94 <name>Stan (John) Cox</name>
96 <role>Original Developer</role>
98 <timezone>+5</timezone>
101 <name>Andrew Spyker</name>
103 <role>Added the WSAppClient</role>
105 <timezone>+5</timezone>
110 <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/</connection>
111 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/</developerConnection>
112 <url>http://svn.apache.org/viewcvs.cgi/geronimo/gbuild/trunk/</url>
115 <name>Apache Software Foundation</name>
116 <url>http://www.apache.org/</url>
119 <module>modules/ejb</module>
120 <module>modules/web</module>
121 <module>modules/streamer</module>
122 <module>modules/wsappclient</module>
123 <module>modules/ear</module>
125 <dependencyManagement>
128 <groupId>org.apache.geronimo.specs</groupId>
129 <artifactId>geronimo-ejb_2.1_spec</artifactId>
130 <version>[1.0,2.0)</version>
131 <scope>provided</scope>
134 <groupId>org.apache.geronimo.specs</groupId>
135 <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
136 <version>[1.0,2.0)</version>
137 <scope>provided</scope>
140 <groupId>org.apache.geronimo.specs</groupId>
141 <artifactId>geronimo-jms_1.1_spec</artifactId>
142 <version>[1.0,2.0)</version>
143 <scope>provided</scope>
146 <groupId>org.apache.geronimo.specs</groupId>
147 <artifactId>geronimo-qname_1.1_spec</artifactId>
148 <version>[1.0,2.0)</version>
149 <scope>provided</scope>
152 <groupId>org.apache.geronimo.specs</groupId>
153 <artifactId>geronimo-servlet_2.4_spec</artifactId>
154 <version>[1.0,2.0)</version>
155 <scope>provided</scope>
158 <groupId>org.apache.geronimo.specs</groupId>
159 <artifactId>geronimo-jsp_2.0_spec</artifactId>
160 <version>[1.0,2.0)</version>
161 <scope>provided</scope>
164 <groupId>org.apache.geronimo.specs</groupId>
165 <artifactId>geronimo-jpa_3.0_spec</artifactId>
166 <version>1.0-SNAPSHOT</version>
167 <scope>provided</scope>
170 <groupId>org.apache.openjpa</groupId>
171 <artifactId>openjpa-all</artifactId>
172 <version>0.9.6-incubating</version>
173 <scope>provided</scope>
176 <groupId>commons-logging</groupId>
177 <artifactId>commons-logging</artifactId>
178 <version>1.0.3</version>
181 <groupId>junit</groupId>
182 <artifactId>junit</artifactId>
183 <version>3.8.1</version>
186 </dependencyManagement>
191 <groupId>org.apache.geronimo.genesis.plugins</groupId>
192 <artifactId>tools-maven-plugin</artifactId>
195 <id>validate-java-version</id>
196 <phase>validate</phase>
198 <goal>require-java-version</goal>
201 <version>1.5*</version>
206 NOTE: This will copy LICENSE.txt and NOTICE.txt to classes/META-INF.
208 Its a itty-bitty HACK to avoid adding resource definitions to
209 the build, which causes the Eclipse plugin to generate invalid
210 .classpath files. :-(
213 <id>install-legal-files</id>
214 <phase>generate-resources</phase>
216 <goal>copy-legal-files</goal>
223 <groupId>org.apache.maven.plugins</groupId>
224 <artifactId>maven-compiler-plugin</artifactId>
232 <groupId>org.apache.maven.plugins</groupId>
233 <artifactId>maven-idea-plugin</artifactId>
235 <jdkName>1.5</jdkName>
236 <linkModules>true</linkModules>
241 <groupId>org.apache.maven.plugins</groupId>
242 <artifactId>maven-javadoc-plugin</artifactId>
249 <groupId>org.apache.maven.plugins</groupId>
250 <artifactId>maven-release-plugin</artifactId>
252 <tagBase>https://svn.apache.org/repos/asf/geronimo/daytrader/tags</tagBase>
260 NOTE: The default repositories are picked up by Genesis, but need to
261 specify where Genesis lives to pick it up + any additional repositories.
264 <id>apache-snapshots</id>
265 <name>Apache Snapshots Repository</name>
266 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
267 <layout>default</layout>
269 <enabled>true</enabled>
270 <updatePolicy>daily</updatePolicy>
271 <checksumPolicy>ignore</checksumPolicy>
274 <enabled>false</enabled>
284 <activeByDefault>true</activeByDefault>
286 <name>database</name>
291 <jboss.mapping>DB2</jboss.mapping>
299 <name>database</name>
304 <jboss.mapping>mySQL</jboss.mapping>
311 <module>functional-tests</module>