Is there a way to complete a specific maven build phase. For example, if I only want to run those plugins that are executed during the pre-integration phase, does Maven do this tool?
eg mvn pre-integration-phase
You cannot name the life cycle phase, but you can name the goals of the plugins that are associated with the life cycle phases.
mvn compile:testCompile mvn failsafe:integration-test
but usually itβs not necessary ...
Not. You will have to run the plugins manually.
Source: https://habr.com/ru/post/904335/More articles:What kind of visual studio is right for me? - c #java.text.ParseException: Unbeatable date: yyyy-MM-dd HH: mm: ss.SSSSSS - javaWhat is the best way to read the code of an already defined function (especially from the context of the system)? - wolfram-mathematicaSelect text to copy Android EditText - androidOptions to collapse YAML when viewing? - editorIOS update button in View Nav Nav: reloads all ViewCells created from JSON parsing when clicked - iosProblems accessing a bucket that does not use the US region with the .Net SDK - c #Is there a way to manually trigger the "Enter key" event in a text box? - javascriptHow to test facebook like button? - javascript"Compatibility-v4-r4.jar" is missing in Maven Repo - androidAll Articles