<?xml version="1.0"?><project> <parent> <artifactId>plexus-containers</artifactId> <groupId>org.codehaus.plexus</groupId> <version>1.0-alpha-15</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>plexus-component-api</artifactId> <name>Plexus Component API</name> <version>1.0-alpha-15</version> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.2</version> <configuration> <excludes> <exclude>**/Test*.java</exclude> <exclude>**/Abstract*.java</exclude> </excludes> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-classworlds</artifactId> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>