|
19 | 19 | under the License.
|
20 | 20 |
|
21 | 21 | -->
|
22 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
23 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
24 | 23 | <modelVersion>4.0.0</modelVersion>
|
25 | 24 | <parent>
|
26 | 25 | <artifactId>pinot</artifactId>
|
27 | 26 | <groupId>org.apache.pinot</groupId>
|
28 |
| - <version>1.1.0-SNAPSHOT</version> |
| 27 | + <version>1.1.0</version> |
29 | 28 | <relativePath>..</relativePath>
|
30 | 29 | </parent>
|
31 | 30 | <artifactId>pinot-common</artifactId>
|
|
179 | 178 | <importOrder>
|
180 | 179 | <order>,\#</order>
|
181 | 180 | </importOrder>
|
182 |
| - <removeUnusedImports/> |
| 181 | + <removeUnusedImports /> |
183 | 182 | </java>
|
184 | 183 | </configuration>
|
185 | 184 | </plugin>
|
|
465 | 464 | <phase>generate-sources</phase>
|
466 | 465 | <configuration>
|
467 | 466 | <tasks>
|
468 |
| - <delete dir="target/generated-sources/gen-javabean"/> |
469 |
| - <mkdir dir="target/generated-sources"/> |
| 467 | + <delete dir="target/generated-sources/gen-javabean" /> |
| 468 | + <mkdir dir="target/generated-sources" /> |
470 | 469 | <exec executable="/usr/local/bin/thrift">
|
471 |
| - <arg value="--gen"/> |
472 |
| - <arg value="java:beans"/> |
473 |
| - <arg value="-o"/> |
474 |
| - <arg value="target/generated-sources"/> |
475 |
| - <arg value="src/thrift/query.thrift"/> |
| 470 | + <arg value="--gen" /> |
| 471 | + <arg value="java:beans" /> |
| 472 | + <arg value="-o" /> |
| 473 | + <arg value="target/generated-sources" /> |
| 474 | + <arg value="src/thrift/query.thrift" /> |
476 | 475 | </exec>
|
477 | 476 | <exec executable="/usr/local/bin/thrift">
|
478 |
| - <arg value="--gen"/> |
479 |
| - <arg value="java:beans"/> |
480 |
| - <arg value="-o"/> |
481 |
| - <arg value="target/generated-sources"/> |
482 |
| - <arg value="src/thrift/request.thrift"/> |
| 477 | + <arg value="--gen" /> |
| 478 | + <arg value="java:beans" /> |
| 479 | + <arg value="-o" /> |
| 480 | + <arg value="target/generated-sources" /> |
| 481 | + <arg value="src/thrift/request.thrift" /> |
483 | 482 | </exec>
|
484 | 483 | <exec executable="/usr/local/bin/thrift">
|
485 |
| - <arg value="--gen"/> |
486 |
| - <arg value="java:beans"/> |
487 |
| - <arg value="-o"/> |
488 |
| - <arg value="target/generated-sources"/> |
489 |
| - <arg value="src/thrift/response.thrift"/> |
| 484 | + <arg value="--gen" /> |
| 485 | + <arg value="java:beans" /> |
| 486 | + <arg value="-o" /> |
| 487 | + <arg value="target/generated-sources" /> |
| 488 | + <arg value="src/thrift/response.thrift" /> |
490 | 489 | </exec>
|
491 | 490 | <copy todir="src/main/java/">
|
492 |
| - <fileset dir="target/generated-sources/gen-javabean"/> |
| 491 | + <fileset dir="target/generated-sources/gen-javabean" /> |
493 | 492 | </copy>
|
494 | 493 | </tasks>
|
495 | 494 | </configuration>
|
|
0 commit comments