HIGUCHI Yuta
Committed by Gerrit Code Review

Fixing path in pom.xml

 - ${project.build.directory} already points to ../target/

Change-Id: I80c72633736cd8e1892c4e0b9dd34da2923e8b7d
......@@ -227,7 +227,7 @@
<configuration>
<sources>
<source>
${project.build.directory}/target/generated-sources/thrift
${project.build.directory}/generated-sources/thrift
</source>
</sources>
</configuration>
......