tisonkun commented on code in PR #711:
URL: https://github.com/apache/datasketches-java/pull/711#discussion_r2670369663
##########
pom.xml:
##########
@@ -129,6 +129,20 @@ under the License.
</dependencies>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <!-- Apache Parent pom, pluginManagement-->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!-- by default, exclude all snapshot targets -->
+ <!-- this will be overridden on dedicated profile -->
+
<excludedGroups>${testng.generate-java-files},${testng.check-cpp-files},${testng.check-go-files},${testng.check-cpp-historical-files}</excludedGroups>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
Review Comment:
An alternative is to always use `/plugins/plugin` for configuring the
surefire plugin in every profile.
--
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]