slawekjaranowski commented on code in PR #309:
URL:
https://github.com/apache/maven-source-plugin/pull/309#discussion_r3621977979
##########
pom.xml:
##########
@@ -229,6 +229,7 @@ under the License.
<goal>install</goal>
</goals>
<addTestClassPath>true</addTestClassPath>
+ <mavenOpts>-Dmaven.resolver.transport=wagon</mavenOpts>
Review Comment:
I would be careful with such change .... it turn on old transport which is
not used by default
In real use users use default transport so problem can be only hidden here
and we test something different which is normally used
--
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]