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.brunokrebs</groupId>
<artifactId>fastweb</artifactId>
<version>0.13</version>
</plugin>
Choose a version of com.brunokrebs : fastweb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13 |
fastweb-0.13
|
||
0.12 |
fastweb-0.12
|
||
0.11 |
fastweb-0.11
|
||
0.10 |
fastweb-0.10
|
||
0.9 |
fastweb-0.9
|
||
0.8 |
fastweb-0.8
|
||
0.7 |
fastweb-0.7
|
||
0.6 |
fastweb-0.6
|
||
0.5 |
fastweb-0.5
|
||
0.3 |
fastweb-0.3
|
||
0.2 |
fastweb-0.2
|
||
0.1 |
fastweb-0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.brunokrebs</groupId>
<artifactId>fastweb</artifactId>
<version>0.13</version>
</plugin>
Advertisement