garydgregory commented on code in PR #321:
URL: https://github.com/apache/commons-net/pull/321#discussion_r1957342774
##########
pom.xml:
##########
@@ -204,16 +228,47 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Teln
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <skipTests>${skipUnitTests}</skipTests>
<excludes>
<exclude>**/*FunctionalTest.java</exclude>
<exclude>**/POP3*Test.java</exclude>
+ <exclude>**/*IntegrationTest.java</exclude>
+ <exclude>**/*IT.java</exclude>
</excludes>
<environmentVariables>
<TRACE_CALLS>${commons.net.trace_calls}</TRACE_CALLS>
<ADD_LISTENER>${commons.net.add_listener}</ADD_LISTENER>
</environmentVariables>
</configuration>
</plugin>
+ <!-- Plugin Failsafe for integration-tests -->
Review Comment:
You don't need to state what a plugin is.
--
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]