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-streamer</artifactId>
10 <name>DayTrader :: Quote Streamer</name>
11 <version>2.0-SNAPSHOT</version>
12 <description>Streamer Application for Day Trader</description>
14 <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/streamer</connection>
15 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/streamer</developerConnection>
16 <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/trunk/modules/ear</url>
21 <artifactId>maven-jar-plugin</artifactId>
25 <class-path>dt-ejb.jar</class-path>
28 <main-class>org.apache.geronimo.samples.daytrader.client.TradeClient</main-class>
37 <groupId>org.apache.geronimo.daytrader</groupId>
38 <artifactId>daytrader-ejb</artifactId>
39 <version>2.0-SNAPSHOT</version>
41 <scope>provided</scope>
44 <groupId>org.apache.geronimo.specs</groupId>
45 <artifactId>geronimo-ejb_2.1_spec</artifactId>
46 <scope>provided</scope>
49 <groupId>org.apache.geronimo.specs</groupId>
50 <artifactId>geronimo-jms_1.1_spec</artifactId>
51 <scope>provided</scope>
54 <groupId>org.apache.geronimo.specs</groupId>
55 <artifactId>geronimo-jpa_3.0_spec</artifactId>
56 <scope>provided</scope>
59 <groupId>org.apache.openjpa</groupId>
60 <artifactId>openjpa-all</artifactId>
61 <scope>provided</scope>
64 <distributionManagement>
65 <status>deployed</status>
66 </distributionManagement>