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-web</artifactId>
10 <packaging>war</packaging>
11 <name>DayTrader :: Web Application</name>
12 <version>2.0-SNAPSHOT</version>
13 <description>Daytrader Web</description>
15 <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/web</connection>
16 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/web</developerConnection>
17 <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/trunk/modules/web</url>
22 <artifactId>maven-war-plugin</artifactId>
25 <filter>${basedir}/src/main/webapp/WEB-INF/classes/build.properties</filter>
29 <Class-Path>dt-ejb.jar streamer.jar wsappclient.jar</Class-Path>
33 <resource implementation="org.apache.maven.model.Resource">
34 <filtering>true</filtering>
35 <directory>${basedir}/src/main/webapp/WEB-INF</directory>
37 <include>web.xml</include>
47 <groupId>org.apache.geronimo.daytrader</groupId>
48 <artifactId>daytrader-ejb</artifactId>
49 <version>2.0-SNAPSHOT</version>
51 <scope>provided</scope>
54 <groupId>org.apache.geronimo.daytrader</groupId>
55 <artifactId>daytrader-wsappclient</artifactId>
56 <version>2.0-SNAPSHOT</version>
57 <scope>provided</scope>
60 <groupId>org.apache.geronimo.daytrader</groupId>
61 <artifactId>daytrader-streamer</artifactId>
62 <version>2.0-SNAPSHOT</version>
63 <scope>provided</scope>
66 <groupId>org.apache.geronimo.specs</groupId>
67 <artifactId>geronimo-ejb_2.1_spec</artifactId>
68 <scope>provided</scope>
71 <groupId>org.apache.geronimo.specs</groupId>
72 <artifactId>geronimo-jms_1.1_spec</artifactId>
73 <scope>provided</scope>
76 <groupId>org.apache.geronimo.specs</groupId>
77 <artifactId>geronimo-servlet_2.4_spec</artifactId>
78 <scope>provided</scope>
81 <groupId>org.apache.geronimo.specs</groupId>
82 <artifactId>geronimo-jsp_2.0_spec</artifactId>
83 <scope>provided</scope>
86 <groupId>taglibs</groupId>
87 <artifactId>standard</artifactId>
88 <version>1.1.1</version>
91 <groupId>org.apache.geronimo.specs</groupId>
92 <artifactId>geronimo-jpa_3.0_spec</artifactId>
93 <scope>provided</scope>
96 <distributionManagement>
97 <status>deployed</status>
98 </distributionManagement>