You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/03/24 20:41:49 UTC

[GitHub] [maven] dehasi commented on a change in pull request #347: [MNG-6802] Fix bug in FileProfileActivator

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:
users@infra.apache.org