You can configure additional mojos ina profile, and you can bind mojos to the stages of the life cycle. These two things combined will allow you to launch additional mojos when a specific profile is set.
, Maven. , "mvn release: ", Maven "-Prelease", , GPG.
<profile>
<id>jenkins</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>findbugs</goal>
</goals>
</execution>
</executions>
</plugin>
... other mojos ...
mojo , . mojo, - , <phase> ... </phase> .
. POM Jenkins , FindBugs. mojos .
, (, ).