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.sis.core</groupId>
<artifactId>sis-build-helper</artifactId>
<version>1.3</version>
</plugin>
Choose a version of org.apache.sis.core : sis-build-helper to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
sis-build-helper-1.3
|
||
1.2 |
sis-build-helper-1.2
|
||
1.1 |
sis-build-helper-1.1
|
||
1.0 |
sis-build-helper-1.0
|
||
0.8 |
sis-build-helper-0.8
|
||
0.7 |
sis-build-helper-0.7
|
||
0.6 |
sis-build-helper-0.6
|
||
0.5 |
sis-build-helper-0.5
|
||
0.4 |
sis-build-helper-0.4
|
||
0.3 |
sis-build-helper-0.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.sis.core</groupId>
<artifactId>sis-build-helper</artifactId>
<version>1.3</version>
</plugin>
Advertisement