How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.metaeffekt.artifact.analysis</groupId>
<artifactId>ae-tmd-packaging-plugin</artifactId>
<version>0.74.0</version>
</plugin>