MVN

com.somospnt : postmandoc-maven-plugin

Maven & Gradle

Sep 06, 2019

postmandoc · Maven plugin for generating Postman collections from Spring REST Docs snippets

<plugin>
    <groupId>com.somospnt</groupId>
    <artifactId>postmandoc-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.somospnt : postmandoc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.somospnt : postmandoc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
postmandoc-maven-plugin-1.1.2

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.somospnt</groupId>
    <artifactId>postmandoc-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>