MVN

org.springframework.cloud : spring-cloud-app-starter-metadata-maven-plugin

Maven & Gradle

Oct 01, 2020
169 stars
<plugin>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-app-starter-metadata-maven-plugin</artifactId>
    <version>2.0.2.RELEASE</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.cloud : spring-cloud-app-starter-metadata-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.2.RELEASE

All Versions

Choose a version of org.springframework.cloud : spring-cloud-app-starter-metadata-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-cloud-app-starter-metadata-maven-plugin-2.0.2.RELEASE
spring-cloud-app-starter-metadata-maven-plugin-2.0.1.RELEASE
spring-cloud-app-starter-metadata-maven-plugin-2.0.0.RELEASE
1.0.x
spring-cloud-app-starter-metadata-maven-plugin-1.0.1.RELEASE
spring-cloud-app-starter-metadata-maven-plugin-1.0.0.RELEASE

How to add a plugin to Maven

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

<plugin>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-app-starter-metadata-maven-plugin</artifactId>
    <version>2.0.2.RELEASE</version>
</plugin>

Advertisement