2fcd53

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

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

2fcd53
  <artifactId>hamcrest-generator</artifactId>
2fcd53
  <name>Hamcrest generator</name>
2fcd53
  <description>
2fcd53
    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.
2fcd53
  </description>
2fcd53
</project>