Move parsing of boolean options into its own method.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f506a24..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>
@@ -67,7 +73,7 @@
        </repositories>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <version.utils>0.12.4</version.utils>
+               <version.utils>0.12.5-SNAPSHOT</version.utils>
                <findbugs.timeout>600000</findbugs.timeout>
        </properties>
        <build>
@@ -87,6 +93,7 @@
                                <configuration>
                                        <source>1.6</source>
                                        <target>1.6</target>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
                        <plugin>
                        </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>