1 <?xml version="1.0" encoding="UTF-8"?><project>
3 <artifactId>daytrader</artifactId>
4 <groupId>org.apache.geronimo.daytrader</groupId>
5 <version>2.0-SNAPSHOT</version>
6 <relativePath>../../pom.xml</relativePath>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>daytrader-ear</artifactId>
10 <packaging>ear</packaging>
11 <name>DayTrader :: Enterprise Application</name>
12 <version>2.0-SNAPSHOT</version>
13 <description>Daytrader EAR</description>
15 <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/ear</connection>
16 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/ear</developerConnection>
17 <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/trunk/modules/ear</url>
22 <artifactId>maven-ear-plugin</artifactId>
23 <version>2.2</version>
25 <displayName>DayTrader 2.0</displayName>
26 <description>DayTrader Stock Trading Performance Benchmark Sample</description>
27 <version>1.4</version>
30 <groupId>org.apache.geronimo.daytrader</groupId>
31 <artifactId>daytrader-web</artifactId>
32 <contextRoot>/daytrader</contextRoot>
33 <bundleFileName>web.war</bundleFileName>
36 <groupId>org.apache.geronimo.daytrader</groupId>
37 <artifactId>daytrader-ejb</artifactId>
38 <bundleFileName>dt-ejb.jar</bundleFileName>
41 <groupId>org.apache.geronimo.daytrader</groupId>
42 <artifactId>daytrader-streamer</artifactId>
43 <bundleFileName>streamer.jar</bundleFileName>
44 <includeInApplicationXml>true</includeInApplicationXml>
47 <groupId>org.apache.geronimo.daytrader</groupId>
48 <artifactId>daytrader-wsappclient</artifactId>
49 <bundleFileName>wsappclient.jar</bundleFileName>
50 <includeInApplicationXml>true</includeInApplicationXml>
59 <groupId>org.apache.geronimo.daytrader</groupId>
60 <artifactId>daytrader-web</artifactId>
61 <version>2.0-SNAPSHOT</version>
65 <groupId>org.apache.geronimo.daytrader</groupId>
66 <artifactId>daytrader-ejb</artifactId>
67 <version>2.0-SNAPSHOT</version>
71 <groupId>org.apache.geronimo.daytrader</groupId>
72 <artifactId>daytrader-streamer</artifactId>
73 <version>2.0-SNAPSHOT</version>
76 <groupId>org.apache.geronimo.daytrader</groupId>
77 <artifactId>daytrader-wsappclient</artifactId>
78 <version>2.0-SNAPSHOT</version>
81 <distributionManagement>
82 <status>deployed</status>
83 </distributionManagement>