]> source.dussan.org Git - archiva.git/blob
ecc5c754ca3754f73e02e0f954e1877ab7c1919f
[archiva.git] /
1 <?xml version="1.0"?><project>
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>org.codehaus.castor</groupId>
4   <artifactId>castor-anttasks</artifactId>
5   <name>Castor</name>
6   <version>1.1.2-20070506.163513-2</version>
7   <build>
8     <extensions>
9       <extension>
10         <groupId>org.apache.maven.wagon</groupId>
11         <artifactId>wagon-webdav</artifactId>
12         <version>1.0-beta-1</version>
13       </extension>
14     </extensions>
15     <plugins>
16       <plugin>
17         <artifactId>maven-jar-plugin</artifactId>
18         <configuration>
19           <archive>
20             <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
21           </archive>
22         </configuration>
23       </plugin>
24       <plugin>
25         <artifactId>maven-source-plugin</artifactId>
26         <configuration>
27           <attach>true</attach>
28         </configuration>
29       </plugin>
30       <plugin>
31         <artifactId>maven-source-plugin</artifactId>
32         <executions>
33           <execution>
34             <goals>
35               <goal>jar</goal>
36             </goals>
37           </execution>
38         </executions>
39       </plugin>
40     </plugins>
41   </build>
42   <dependencies>
43     <dependency>
44       <groupId>org.codehaus.castor</groupId>
45       <artifactId>castor-codegen</artifactId>
46       <version>1.1.2-SNAPSHOT</version>
47     </dependency>
48     <dependency>
49       <groupId>org.codehaus.castor</groupId>
50       <artifactId>castor-ddlgen</artifactId>
51       <version>1.1.2-SNAPSHOT</version>
52     </dependency>
53     <dependency>
54       <groupId>ant</groupId>
55       <artifactId>ant</artifactId>
56       <version>1.6</version>
57     </dependency>
58     <dependency>
59       <groupId>commons-logging</groupId>
60       <artifactId>commons-logging</artifactId>
61       <version>1.1</version>
62     </dependency>
63     <dependency>
64       <groupId>junit</groupId>
65       <artifactId>junit</artifactId>
66       <version>3.8.2</version>
67       <scope>test</scope>
68     </dependency>
69     <dependency>
70       <groupId>log4j</groupId>
71       <artifactId>log4j</artifactId>
72       <version>1.2.13</version>
73       <scope>test</scope>
74     </dependency>
75   </dependencies>
76   <distributionManagement>
77     <repository>
78       <id>codehaus.org</id>
79       <name>Castor Central Distribution Repository</name>
80       <url>dav:https://dav.codehaus.org/repository/castor/</url>
81     </repository>
82     <snapshotRepository>
83       <id>codehaus.org</id>
84       <name>Castor Central Development Repository</name>
85       <url>dav:https://dav.codehaus.org/snapshots.repository/castor/</url>
86     </snapshotRepository>
87     <site>
88       <id>codehaus.org</id>
89       <url>dav:https://dav.codehaus.org/castor/</url>
90     </site>
91     <status>deployed</status>
92   </distributionManagement>
93 </project>