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.mytaxi.maven.plugins</groupId>
<artifactId>phrase-plugin</artifactId>
<version>1.0.7</version>
</plugin>
Choose a version of com.mytaxi.maven.plugins : phrase-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
phrase-plugin-1.0.7
|
||
phrase-plugin-1.0.5
|
|||
phrase-plugin-1.0.4
|
|||
phrase-plugin-1.0.3
|
|||
phrase-plugin-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.mytaxi.maven.plugins</groupId>
<artifactId>phrase-plugin</artifactId>
<version>1.0.7</version>
</plugin>
Advertisement