Blame SOURCES/hamcrest-generator-1.3.pom

da0d2e

da0d2e
da0d2e
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
da0d2e
  <modelVersion>4.0.0</modelVersion>
da0d2e

da0d2e
  <parent>
da0d2e
    <groupId>org.hamcrest</groupId>
da0d2e
    <artifactId>hamcrest-parent</artifactId>
da0d2e
    <version>1.3</version>
da0d2e
  </parent>
da0d2e

da0d2e
  <artifactId>hamcrest-generator</artifactId>
da0d2e
  <name>Hamcrest generator</name>
da0d2e
  <description>
da0d2e
    A tool to allow many Matcher implementations to be combined into a single class so users don't have to remember many classes/packages to import. Generates code.
da0d2e
  </description>
da0d2e
</project>