hboutemy commented on code in PR #135:
URL: https://github.com/apache/maven-release/pull/135#discussion_r884299924


##########
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java:
##########
@@ -560,15 +559,10 @@ private ReleaseDescriptorBuilder 
loadReleaseDescriptorBuilder( ReleaseDescriptor
     {
         try
         {
-            updateListener( listener, "verify-release-configuration", 
PHASE_START );
-            ReleaseDescriptorBuilder result = configStore.get().read( builder 
);
-            updateListener( listener, "verify-release-configuration", 
PHASE_END );
-            return result;

Review Comment:
   the log is not useful, and it's even confusing because it writes as a phase, 
but it's not = the initial intent of this whole Jira issue



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to