]> source.dussan.org Git - archiva.git/blob
d47958b23a28ba7f989a90ed6fc4c416359977fa
[archiva.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project>
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>test-project</groupId>
6         <artifactId>test-project</artifactId>
7         <version>2.4.4</version>
8     </parent>
9     <groupId>test-project</groupId>
10     <artifactId>test-project-common</artifactId>
11     <name>Test Project Commons</name>
12     <dependencies>
13         <dependency>
14             <groupId>test-project</groupId>
15             <artifactId>test-project-api</artifactId>
16             <version>${pom.version}</version>
17         </dependency>
18         <dependency>
19             <groupId>commons-id</groupId>
20             <artifactId>commons-id</artifactId>
21         </dependency>
22         <dependency>
23             <groupId>commons-discovery</groupId>
24             <artifactId>commons-discovery</artifactId>
25         </dependency>
26         <dependency>
27             <groupId>org.springframework</groupId>
28             <artifactId>spring</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>commons-lang</groupId>
32             <artifactId>commons-lang</artifactId>
33         </dependency>
34         <dependency>
35             <groupId>commons-collections</groupId>
36             <artifactId>commons-collections</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>commons-logging</groupId>
40             <artifactId>commons-logging</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>commons-httpclient</groupId>
44             <artifactId>commons-httpclient</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>log4j</groupId>
48             <artifactId>log4j</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>stax</groupId>
52             <artifactId>stax-api</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>org.codehaus.woodstox</groupId>
56             <artifactId>wstx-asl</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>org.codehaus.castor</groupId>
60             <artifactId>castor</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>xerces</groupId>
64             <artifactId>xerces</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>javax.activation</groupId>
68             <artifactId>activation</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>javax.jms</groupId>
72             <artifactId>jms</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>javax.ejb</groupId>
76             <artifactId>ejb</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>javax.servlet</groupId>
80             <artifactId>servlet-api</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>javax.mail</groupId>
84             <artifactId>mail</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>javax.management</groupId>
88             <artifactId>jmxri</artifactId>
89         </dependency>
90     </dependencies>
91
92
93     <build>
94         <plugins>
95             <plugin>
96                 <artifactId>maven-source-plugin</artifactId>
97                 <executions>
98                     <execution>
99                         <phase>package</phase>
100                         <goals>
101                             <goal>jar</goal>
102                         </goals>
103                     </execution>
104                 </executions>
105             </plugin>
106             <plugin>
107                 <artifactId>maven-jar-plugin</artifactId>
108                 <executions>
109                     <execution>
110                         <phase>package</phase>
111                         <goals>
112                             <goal>test-jar</goal>
113                         </goals>
114                     </execution>
115                 </executions>
116             </plugin>
117         </plugins>
118     </build>
119 </project>