Do you know a way to list all Maven plugins (with their versions) that will run for a particular phase? This should include all plugins installed in all parents of the current project.
One of the methods:
mvn help:effective-pom
This will show you POM projects after interpolation and inheritance. It should be pretty easy to look at the assembly configuration and define customized plugins for the phase from there.
http://maven.apache.org/plugins/maven-help-plugin/effective-pom-mojo.html
Source: https://habr.com/ru/post/1344197/More articles:Randomized commercial poker game - algorithmUsing "replaceObjectAtIndex" for an array in an array - objectWhy can't I access public const in C #? - c #How can Nginx be updated without any requests? - unixHow to create a page template? - drupal-7problem when Java and C ++ talk to each other - javaHow to set GET parameters using PyCurl? - pythonHow to create a PropertyGroup record from ItemGroup in MSBuild? - msbuildphp callback (e.g. jQuery)? - phpHow to enable scaling in ScrollView (iPhone) - iosAll Articles