How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mikesena.maven.shared</groupId>
<artifactId>parent-pom</artifactId>
<version>2.8</version>
</dependency>
Choose a version of com.github.mikesena.maven.shared : parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8 |
parent-pom-2.8
|
||
2.3 |
parent-pom-2.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mikesena.maven.shared</groupId>
<artifactId>parent-pom</artifactId>
<version>2.8</version>
</dependency>
Advertisement