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


##########
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManagerListener.java:
##########
@@ -86,16 +86,9 @@ public void goalStart( String goal, List<String> phases )
 
     public void phaseStart( String name )
     {
-        if ( goal == null || ( ( currentPhase + 1 ) >= phases.size() ) )

Review Comment:
   this code that had to take care of "phases" not in a goal is the proof that 
it was not a phase :)



-- 
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