commit | 2a204bd9b282cfd33c7a7ecae98e21b1e6e17349 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Thu Oct 29 10:42:07 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Oct 29 18:26:07 2015 +0000 |
tree | c324d0c762f06dcce31a32feba2036990dfd8a69 | |
parent | c25a00860a51fb6bc74b2ea0eccbe3af04e1564e [diff] |
Exclude vtn/sfcmgr from obs Gerrit 5860 does not completely solve the problem. Maven will still try to compile the folder without POM file and fail. Change-Id: Id2a7e8a33f931e0b67882250f052968d734118c9
diff --git a/tools/dev/bin/onos-build-selective.exclude b/tools/dev/bin/onos-build-selective.exclude index 1265494..487f848 100644 --- a/tools/dev/bin/onos-build-selective.exclude +++ b/tools/dev/bin/onos-build-selective.exclude
@@ -6,4 +6,5 @@ .*/cord-gui/.* .*/jdvue/.* .*/ovsdb/api/.* -.*/netconf/flow/.* \ No newline at end of file +.*/netconf/flow/.* +.*/vtn/sfcmgr/.* \ No newline at end of file