How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.brillien</groupId>
<artifactId>brillien-maven-plugin</artifactId>
<version>12.10</version>
</plugin>
Choose a version of org.brillien : brillien-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
12.10 |
brillien-maven-plugin-12.10
|
||
12.05 |
brillien-maven-plugin-12.05
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.brillien</groupId>
<artifactId>brillien-maven-plugin</artifactId>
<version>12.10</version>
</plugin>
Advertisement