dehasi commented on a change in pull request #347:
URL: https://github.com/apache/maven/pull/347#discussion_r600859415
##########
File path:
maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
##########
@@ -255,12 +263,20 @@ public DefaultModelBuilder setReportingConverter(
ReportingConverter reportingCo
return this;
}
+ public DefaultModelBuilder setProfileActivationFilePathInterpolator(
+ ProfileActivationFilePathInterpolator
profileActivationFilePathInterpolator )
+ {
+ this.profileActivationFilePathInterpolator =
profileActivationFilePathInterpolator;
+ return this;
+ }
+
@Override
public DefaultTransformerContextBuilder newTransformerContextBuilder()
{
return new DefaultTransformerContextBuilder();
}
-
+
+ @SuppressWarnings( "checkstyle:methodlength" )
Review comment:
totally agree. It's left after resolving conflicts. removed.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]