Sha256: e1772a8a6be92088ae069a3dd4f7c9dcbc0888434341028735da0f22481bcd47
Contents?: true
Size: 767 Bytes
Versions: 14
Compression:
Stored size: 767 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>plexus</artifactId> <groupId>org.codehaus.plexus</groupId> <version>1.0.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>plexus-utils</artifactId> <name>Plexus Common Utilities</name> <version>1.1</version> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude> <exclude>**/Test*.java</exclude> </excludes> </configuration> </plugin> </plugins> </build> <distributionManagement> <status>deployed</status> </distributionManagement> </project>
Version data entries
14 entries across 14 versions & 1 rubygems