Move parsing of boolean options into its own method.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a8e6bfd..979bab6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <scope>test</scope>
                </dependency>
                <dependency>
+                       <groupId>org.hamcrest</groupId>
+                       <artifactId>hamcrest-library</artifactId>
+                       <version>1.3</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-all</artifactId>
                        <version>1.9.5</version>
                        </plugin>
                </plugins>
        </build>
+
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>emma-maven-plugin</artifactId>
+                               <version>1.0-alpha-3</version>
+                       </plugin>
+               </plugins>
+       </reporting>
 </project>