Bukama commented on issue #11488:
URL: https://github.com/apache/maven/issues/11488#issuecomment-3571397098

   Hi,
   as you can see in the documentation ( 
https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html 
) there is no `pre-deploy` phase. In Maven 3 only a few phases have pre/post 
phases, but not all.
   
   In Maven 4 this gets refreshed. `pre/post` phases are gone (to be exactly 
they are deprecated and only act as an alias to make switching to Maven 4 
easier) in favor for a `before:` and `after:` phase which ALL lifecycle phases 
now have. Read more in our Maven 4 overview 
https://maven.apache.org/whatsnewinmaven4.html#Before-_and_after-phases.2C_ordering_of_executions


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

Reply via email to