commit | d8d3dd40b2125a1e2533ef8d55a057f11d8276c6 | [log] [tgz] |
---|---|---|
author | HIGUCHI Yuta <y-higuchi@ak.jp.nec.com> | Tue May 03 16:09:38 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue May 03 23:40:58 2016 +0000 |
tree | c60168d46e6c723c99939f1812b2be365f01197a | |
parent | 71ff33243e046d84018ca65db56ff4430ef0f14e [diff] |
Fixing path in pom.xml - ${project.build.directory} already points to ../target/ Change-Id: I80c72633736cd8e1892c4e0b9dd34da2923e8b7d
diff --git a/protocols/bmv2/pom.xml b/protocols/bmv2/pom.xml index 3d82a36..7176aef 100644 --- a/protocols/bmv2/pom.xml +++ b/protocols/bmv2/pom.xml
@@ -227,7 +227,7 @@ <configuration> <sources> <source> - ${project.build.directory}/target/generated-sources/thrift + ${project.build.directory}/generated-sources/thrift </source> </sources> </configuration>