MVN

org.kuali.maven.plugins : maven-http-plugin

Maven & Gradle

Mar 27, 2012

Maven HTTP Plugin · Tools for allowing Maven to interact with the HTTP protocol

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>maven-http-plugin</artifactId>
    <version>1.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : maven-http-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of org.kuali.maven.plugins : maven-http-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-http-plugin-1.0.5
maven-http-plugin-1.0.4
maven-http-plugin-1.0.3
maven-http-plugin-1.0.2
maven-http-plugin-1.0.1
maven-http-plugin-1.0.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>org.kuali.maven.plugins</groupId>
    <artifactId>maven-http-plugin</artifactId>
    <version>1.0.5</version>
</plugin>