Remove markers for untranslated lines.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ce9e44f..9636143 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>jackson-databind</artifactId>
                        <version>2.1.2</version>
                </dependency>
+               <dependency>
+                       <groupId>com.google.code.findbugs</groupId>
+                       <artifactId>jsr305</artifactId>
+                       <version>2.0.1</version>
+               </dependency>
        </dependencies>
        <repositories>
                <repository>
@@ -63,6 +68,7 @@
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <version.utils>0.12.4</version.utils>
+               <findbugs.timeout>600000</findbugs.timeout>
        </properties>
        <build>
                <plugins>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>findbugs-maven-plugin</artifactId>
                                <version>2.5.2</version>
-                               <executions>
-                                       <execution>
-                                               <phase>test</phase>
-                                               <goals>
-                                                       <goal>findbugs</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
+                               <configuration>
+                                       <timeout>${findbugs.timeout}</timeout>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>