37 lines
1021 B
XML
37 lines
1021 B
XML
<?xml version="1.0"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>junitperf</groupId>
|
|
<artifactId>junitperf</artifactId>
|
|
<version>1.9.1</version>
|
|
<packaging>jar</packaging>
|
|
|
|
<name>JUnitPerf</name>
|
|
<description>
|
|
JUnitPerf is a collection of JUnit test decorators used to measure the
|
|
performance and scalability of functionality contained within existing JUnit
|
|
tests.
|
|
</description>
|
|
<url>http://www.clarkware.com/software/JUnitPerf.html</url>
|
|
<inceptionYear>1999</inceptionYear>
|
|
|
|
<organization>
|
|
<name>Clarkware Consulting, Inc.</name>
|
|
<url>http://www.clarkware.com/</url>
|
|
</organization>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>BSD License</name>
|
|
<url>http://www.clarkware.com/software/license.txt</url>
|
|
</license>
|
|
</licenses>
|
|
|
|
</project>
|
|
|