How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aftia.plugin</groupId>
<artifactId>aem-build-maven-plugin</artifactId>
<version>1.2.2</version>
</dependency>
Choose a version of com.aftia.plugin : aem-build-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
aem-build-maven-plugin-1.2.2
|
||
aem-build-maven-plugin-1.2.1
|
|||
aem-build-maven-plugin-1.2.0
|
|||
1.1.x |
aem-build-maven-plugin-1.1.4
|
||
aem-build-maven-plugin-1.1.3
|
|||
aem-build-maven-plugin-1.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aftia.plugin</groupId>
<artifactId>aem-build-maven-plugin</artifactId>
<version>1.2.2</version>
</dependency>
Advertisement