commit | ee81899f39a4721c5344710b12a14caf1ea86fea | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Wed Jun 18 10:10:10 2014 -0700 |
committer | Gerrit Code Review <gerrit2@gerrit.onos.onlab.us> | Fri Jun 20 10:22:10 2014 -0700 |
tree | a8403b575168f45670662f24bdb5788ff9cf5c5e | |
parent | 34a6646cc83ccc3cb64bad8b647846744691c948 [diff] |
Ignore ramcloud from coverage Change-Id: I57b9445b103fbde47d8f584c58d75f68c04dd3d7
diff --git a/pom.xml b/pom.xml index 8356dd6..adc9a73 100644 --- a/pom.xml +++ b/pom.xml
@@ -256,6 +256,7 @@ <ignore>org.slf4j.*</ignore> </ignores> <excludes> + <exclude>edu/stanford/ramcloud/**/*.class</exclude> <exclude>org/openflow/**/*.class</exclude> <exclude>net/floodlightcontroller/**/web/**/*.class</exclude> </excludes>