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.tinyjee.dim</groupId>
<artifactId>doxia-include-macro</artifactId>
<version>1.1</version>
</plugin>
Choose a version of org.tinyjee.dim : doxia-include-macro to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
doxia-include-macro-1.1
|
||
doxia-include-macro-1.1-beta
|
|||
doxia-include-macro-1.1-alpha2
|
|||
doxia-include-macro-1.1-alpha
|
|||
1.0.x |
doxia-include-macro-1.0.7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.tinyjee.dim</groupId>
<artifactId>doxia-include-macro</artifactId>
<version>1.1</version>
</plugin>
Advertisement