git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a327761
)
no longer including kiss crawler and socket proxy in test coverage.
author
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 30 Mar 2008 13:56:48 +0000
(13:56 +0000)
committer
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 30 Mar 2008 13:56:48 +0000
(13:56 +0000)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index b64205231f57d92b7f72ca17f1b97a528574c9dc..1f30478c6ab88698c0946bc9498a86234810722e 100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-346,6
+346,14
@@
</goals>
</execution>
</executions>
+ <configuration>
+ <instrumentation>
+ <excludes>
+ <exclude>org/wamblee/socketproxy/**/*.class</exclude>
+ <exclude>org/wamblee/crawler/kiss/**/*.class</exclude>
+ </excludes>
+ </instrumentation>
+ </configuration>
</plugin>