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.alexnederlof</groupId>
<artifactId>jasperreports-plugin</artifactId>
<version>2.8</version>
</plugin>
Choose a version of com.alexnederlof : jasperreports-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8 |
jasperreports-plugin-2.8
|
||
2.7 |
jasperreports-plugin-2.7
|
||
2.6 |
jasperreports-plugin-2.6
|
||
2.5 |
jasperreports-plugin-2.5
|
||
2.4 |
jasperreports-plugin-2.4
|
||
2.3 |
jasperreports-plugin-2.3
|
||
2.2 |
jasperreports-plugin-2.2
|
||
2.1 |
jasperreports-plugin-2.1
|
||
2.0 |
jasperreports-plugin-2.0
|
||
1.9 |
jasperreports-plugin-1.9
|
||
1.8 |
jasperreports-plugin-1.8
|
||
1.7 |
jasperreports-plugin-1.7
|
||
1.6 |
jasperreports-plugin-1.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.alexnederlof</groupId>
<artifactId>jasperreports-plugin</artifactId>
<version>2.8</version>
</plugin>
Advertisement