How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>uk.org.raje.maven.plugins</groupId>
<artifactId>msbuild-maven-plugin-parent</artifactId>
<version>1.3.1</version>
</dependency>
Choose a version of uk.org.raje.maven.plugins : msbuild-maven-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
msbuild-maven-plugin-parent-1.3.1
|
||
msbuild-maven-plugin-parent-1.3.0
|
|||
1.2.x |
msbuild-maven-plugin-parent-1.2.1
|
||
1.2 |
msbuild-maven-plugin-parent-1.2
|
||
1.1 |
msbuild-maven-plugin-parent-1.1
|
||
1.0 |
msbuild-maven-plugin-parent-1.0
|
||
0.6 |
msbuild-maven-plugin-parent-0.6
|
||
0.5 |
msbuild-maven-plugin-parent-0.5
|
||
0.4 |
msbuild-maven-plugin-parent-0.4
|
||
0.3 |
msbuild-maven-plugin-parent-0.3
|
||
0.2 |
msbuild-maven-plugin-parent-0.2
|
||
0.1.x |
msbuild-maven-plugin-parent-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>uk.org.raje.maven.plugins</groupId>
<artifactId>msbuild-maven-plugin-parent</artifactId>
<version>1.3.1</version>
</dependency>
Advertisement