qqu0127 commented on code in PR #2303:
URL: https://github.com/apache/helix/pull/2303#discussion_r1039846173
##########
helix-front/pom.xml:
##########
@@ -154,6 +154,22 @@
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>execution-name</id>
+ <configuration combine.self="override">
+ <suiteXmlFiles>
+
<suiteXmlFile>helix-common/src/test/conf/testng.xml</suiteXmlFile>
Review Comment:
First, why do we reference the config file in helix-common?
Second, can we just configure to skip the maven test in helix-front, since
there is no maven test anyway?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]