MVN

org.springframework.cloud.stream.app.plugin : spring-cloud-stream-app-maven-plugin

Maven & Gradle

Sep 30, 2020
5 stars

spring-cloud-stream-app-maven-plugin Maven Plugin · spring cloud stream and task app generator plugin

<plugin>
    <groupId>org.springframework.cloud.stream.app.plugin</groupId>
    <artifactId>spring-cloud-stream-app-maven-plugin</artifactId>
    <version>1.2.14.RELEASE</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.14.RELEASE

All Versions

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

Version Vulnerabilities Updated
1.2.x
spring-cloud-stream-app-maven-plugin-1.2.14.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.13.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.12.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.11.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.10.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.9.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.8.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.7.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.6.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.5.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.4.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.3.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.2.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.1.RELEASE
spring-cloud-stream-app-maven-plugin-1.2.0.RELEASE
1.1.x
spring-cloud-stream-app-maven-plugin-1.1.0.RELEASE
1.0.x
spring-cloud-stream-app-maven-plugin-1.0.2.RELEASE
spring-cloud-stream-app-maven-plugin-1.0.1.RELEASE
spring-cloud-stream-app-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.stream.app.plugin</groupId>
    <artifactId>spring-cloud-stream-app-maven-plugin</artifactId>
    <version>1.2.14.RELEASE</version>
</plugin>

Advertisement