3 <artifactId>plexus-containers</artifactId>
4 <groupId>org.codehaus.plexus</groupId>
5 <version>1.0.3</version>
7 <modelVersion>4.0.0</modelVersion>
8 <artifactId>plexus-container-default</artifactId>
9 <name>Default Plexus Container</name>
10 <version>1.0-alpha-9-stable-1</version>
14 <artifactId>maven-surefire-plugin</artifactId>
17 <exclude>**/Test*.java</exclude>
18 <exclude>**/Abstract*.java</exclude>
25 <groupId>org.apache.maven.wagon</groupId>
26 <artifactId>wagon-webdav</artifactId>
27 <version>1.0-beta-2</version>
33 <groupId>junit</groupId>
34 <artifactId>junit</artifactId>
35 <version>3.8.1</version>
36 <scope>compile</scope>
39 <groupId>org.codehaus.plexus</groupId>
40 <artifactId>plexus-utils</artifactId>
41 <version>1.0.4</version>
44 <groupId>classworlds</groupId>
45 <artifactId>classworlds</artifactId>
46 <version>1.1-alpha-2</version>
49 <distributionManagement>
52 <name>Plexus Central Repository</name>
53 <url>dav:https://dav.codehaus.org/repository/plexus</url>
57 <name>Plexus Central Development Repository</name>
58 <url>dav:https://dav.codehaus.org/snapshots.repository/plexus</url>
62 <url>dav:https://dav.codehaus.org/plexus</url>
64 </distributionManagement>