Committed by
Gerrit Code Review
Fixing path in pom.xml
- ${project.build.directory} already points to ../target/ Change-Id: I80c72633736cd8e1892c4e0b9dd34da2923e8b7d
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -227,7 +227,7 @@ | ... | @@ -227,7 +227,7 @@ |
227 | <configuration> | 227 | <configuration> |
228 | <sources> | 228 | <sources> |
229 | <source> | 229 | <source> |
230 | - ${project.build.directory}/target/generated-sources/thrift | 230 | + ${project.build.directory}/generated-sources/thrift |
231 | </source> | 231 | </source> |
232 | </sources> | 232 | </sources> |
233 | </configuration> | 233 | </configuration> | ... | ... |
-
Please register or login to post a comment