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.apache.jena</groupId>
<artifactId>jena-maven-tools</artifactId>
<version>3.6.0</version>
</plugin>
Choose a version of org.apache.jena : jena-maven-tools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.6.x |
jena-maven-tools-3.6.0
|
||
3.5.x |
jena-maven-tools-3.5.0
|
||
3.4.x |
jena-maven-tools-3.4.0
|
||
3.1.x |
jena-maven-tools-3.1.0
|
||
3.0.x |
jena-maven-tools-3.0.1
|
||
jena-maven-tools-3.0.0
|
|||
0.8 |
jena-maven-tools-0.8
|
||
0.7 |
jena-maven-tools-0.7
|
||
0.6 |
jena-maven-tools-0.6
|
||
0.5 |
jena-maven-tools-0.5
|
||
0.4 |
jena-maven-tools-0.4
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.jena</groupId>
<artifactId>jena-maven-tools</artifactId>
<version>3.6.0</version>
</plugin>
Advertisement