]> source.dussan.org Git - archiva.git/blob
247def907dd61e6bd6cbb7ae07d13c6ac49718fc
[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-wsappclient</artifactId>
10   <name>DayTrader :: WS Application Client</name>
11   <version>2.0-SNAPSHOT</version>
12   <description>Client demonstrating Web Services</description>
13   <scm>
14     <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/wsappclient</connection>
15     <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/wsappclient</developerConnection>
16     <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/trunk/modules/wsappclient</url>
17   </scm>
18   <build>
19     <plugins>
20       <plugin>
21         <artifactId>maven-deploy-plugin</artifactId>
22         <configuration>
23           <uniqueVersion>true</uniqueVersion>
24         </configuration>
25       </plugin>
26       <plugin>
27         <artifactId>maven-jar-plugin</artifactId>
28         <configuration>
29           <archive>
30             <manifestEntries>
31               <class-path>dt-ejb.jar</class-path>
32             </manifestEntries>
33             <manifest>
34               <main-class>org.apache.geronimo.samples.daytrader.client.ws.ClientApp</main-class>
35             </manifest>
36           </archive>
37         </configuration>
38       </plugin>
39     </plugins>
40   </build>
41   <dependencies>
42     <dependency>
43       <groupId>org.apache.geronimo.specs</groupId>
44       <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.apache.geronimo.specs</groupId>
48       <artifactId>geronimo-qname_1.1_spec</artifactId>
49     </dependency>
50   </dependencies>
51   <distributionManagement>
52     <status>deployed</status>
53   </distributionManagement>
54 </project>