MVN

com.sap.prd.mobile.ios.maven.plugins : resolve-pom-maven-plugin

Maven & Gradle

Sep 06, 2012
11 stars

resolve-pom-maven-plugin · This Maven plugin creates in the initialization phase a copy of the original pom where all properties get resolved by its actual values. This substituted POM is used in the further processing. Especially it will be used when an upload to the local or remote repository takes place.

<plugin>
    <groupId>com.sap.prd.mobile.ios.maven.plugins</groupId>
    <artifactId>resolve-pom-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.prd.mobile.ios.maven.plugins : resolve-pom-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.sap.prd.mobile.ios.maven.plugins : resolve-pom-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
resolve-pom-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.sap.prd.mobile.ios.maven.plugins</groupId>
    <artifactId>resolve-pom-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>