yanghua commented on a change in pull request #1449: [HUDI-698]Add unit test
for CleansCommand
URL: https://github.com/apache/incubator-hudi/pull/1449#discussion_r407992158
##########
File path: hudi-cli/pom.xml
##########
@@ -122,6 +122,31 @@
<includeTestSourceDirectory>false</includeTestSourceDirectory>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>2.22.0</version>
+ <configuration>
+ <includes>
+ <include>**/ITT*.java</include>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>integration-test</phase>
Review comment:
I am thinking if we want to bind with `integration-test` phase. Why not move
to the integration test module?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services