]> source.dussan.org Git - archiva.git/blob
deef24106e9f09416cc29efa8119e1fc9e4babdb
[archiva.git] /
1 <?xml version="1.0" encoding="UTF-8"?><project>
2   <parent>
3     <artifactId>daytrader</artifactId>
4     <groupId>org.apache.geronimo.daytrader</groupId>
5     <version>2.0-SNAPSHOT</version>
6     <relativePath>../../pom.xml</relativePath>
7   </parent>
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>
14   <scm>
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>
18   </scm>
19   <build>
20     <plugins>
21       <plugin>
22         <artifactId>maven-war-plugin</artifactId>
23         <configuration>
24           <filters>
25             <filter>${basedir}/src/main/webapp/WEB-INF/classes/build.properties</filter>
26           </filters>
27           <archive>
28             <manifestEntries>
29               <Class-Path>dt-ejb.jar streamer.jar wsappclient.jar</Class-Path>
30             </manifestEntries>
31           </archive>
32           <resources>
33             <resource implementation="org.apache.maven.model.Resource">
34               <filtering>true</filtering>
35               <directory>${basedir}/src/main/webapp/WEB-INF</directory>
36               <includes>
37                 <include>web.xml</include>
38               </includes>
39             </resource>
40           </resources>
41         </configuration>
42       </plugin>
43     </plugins>
44   </build>
45   <dependencies>
46     <dependency>
47       <groupId>org.apache.geronimo.daytrader</groupId>
48       <artifactId>daytrader-ejb</artifactId>
49       <version>2.0-SNAPSHOT</version>
50       <type>ejb</type>
51       <scope>provided</scope>
52     </dependency>
53     <dependency>
54       <groupId>org.apache.geronimo.daytrader</groupId>
55       <artifactId>daytrader-wsappclient</artifactId>
56       <version>2.0-SNAPSHOT</version>
57       <scope>provided</scope>
58     </dependency>
59     <dependency>
60       <groupId>org.apache.geronimo.daytrader</groupId>
61       <artifactId>daytrader-streamer</artifactId>
62       <version>2.0-SNAPSHOT</version>
63       <scope>provided</scope>
64     </dependency>
65     <dependency>
66       <groupId>org.apache.geronimo.specs</groupId>
67       <artifactId>geronimo-ejb_2.1_spec</artifactId>
68       <scope>provided</scope>
69     </dependency>
70     <dependency>
71       <groupId>org.apache.geronimo.specs</groupId>
72       <artifactId>geronimo-jms_1.1_spec</artifactId>
73       <scope>provided</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.apache.geronimo.specs</groupId>
77       <artifactId>geronimo-servlet_2.4_spec</artifactId>
78       <scope>provided</scope>
79     </dependency>
80     <dependency>
81       <groupId>org.apache.geronimo.specs</groupId>
82       <artifactId>geronimo-jsp_2.0_spec</artifactId>
83       <scope>provided</scope>
84     </dependency>
85     <dependency>
86       <groupId>taglibs</groupId>
87       <artifactId>standard</artifactId>
88       <version>1.1.1</version>
89     </dependency>
90     <dependency>
91       <groupId>org.apache.geronimo.specs</groupId>
92       <artifactId>geronimo-jpa_3.0_spec</artifactId>
93       <scope>provided</scope>
94     </dependency>
95   </dependencies>
96   <distributionManagement>
97     <status>deployed</status>
98   </distributionManagement>
99 </project>