How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.flaw101</groupId>
<artifactId>concat-maven-plugin</artifactId>
<version>1.5.0</version>
</plugin>
Choose a version of io.github.flaw101 : concat-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
concat-maven-plugin-1.5.0
|
||
1.4.x |
concat-maven-plugin-1.4.0
|
||
1.3.x |
concat-maven-plugin-1.3.1
|
||
concat-maven-plugin-1.3.0
|
|||
1.2.x |
concat-maven-plugin-1.2.0
|
||
1.1.x |
concat-maven-plugin-1.1.3
|
||
concat-maven-plugin-1.1.2
|
|||
concat-maven-plugin-1.1.1
|
|||
concat-maven-plugin-1.1.0
|
|||
1.0.x |
concat-maven-plugin-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.flaw101</groupId>
<artifactId>concat-maven-plugin</artifactId>
<version>1.5.0</version>
</plugin>
Advertisement