How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing</artifactId>
<version>3.3.0</version>
</dependency>
Choose a version of org.apache.maven.plugin-testing : maven-plugin-testing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
maven-plugin-testing-4.0.0-alpha-1
|
||
3.3.x |
maven-plugin-testing-3.3.0
|
||
3.2.x |
maven-plugin-testing-3.2.0
|
||
3.1.x |
maven-plugin-testing-3.1.0
|
||
3.0.x |
maven-plugin-testing-3.0.0
|
||
2.1 |
maven-plugin-testing-2.1
|
||
2.0 |
maven-plugin-testing-2.0
|
||
maven-plugin-testing-2.0-alpha-1
|
|||
1.3 |
maven-plugin-testing-1.3
|
||
1.2 |
maven-plugin-testing-1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing</artifactId>
<version>3.3.0</version>
</dependency>
Advertisement