no longer including kiss crawler and socket proxy in test coverage.
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index b64205231f57d92b7f72ca17f1b97a528574c9dc..1f30478c6ab88698c0946bc9498a86234810722e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <instrumentation>
+                        <excludes>
+                          <exclude>org/wamblee/socketproxy/**/*.class</exclude>
+                          <exclude>org/wamblee/crawler/kiss/**/*.class</exclude>
+                        </excludes>
+                    </instrumentation>
+                </configuration>
             </plugin>