no longer including kiss crawler and socket proxy in test coverage.
authorErik Brakkee <erik@brakkee.org>
Sun, 30 Mar 2008 13:56:48 +0000 (13:56 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 30 Mar 2008 13:56:48 +0000 (13:56 +0000)
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>