slachiewicz commented on a change in pull request #306:
URL: https://github.com/apache/maven/pull/306#discussion_r725650983
##########
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java
##########
@@ -275,6 +275,7 @@ private Model loadPom( RepositorySystemSession session,
ArtifactDescriptorReques
modelRequest.setTwoPhaseBuilding( false );
modelRequest.setSystemProperties( toProperties(
session.getUserProperties(),
session.getSystemProperties() ) );
+ modelRequest.setUserProperties( toProperties(
session.getUserProperties(), null ) );
Review comment:
ok, found other missing places without setUserProperties. Now PR is
ready for review.
--
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]