MVN

com.vineetmanohar : maven-twitter-plugin

Maven & Gradle

Nov 16, 2009

Maven Twitter Plugin · Maven Twitter Plugin allows you to send status updates to Twitter. Increases communication between Project owners and Project users by automatically tweeting Maven build and release status via Twitter.

<plugin>
    <groupId>com.vineetmanohar</groupId>
    <artifactId>maven-twitter-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vineetmanohar : maven-twitter-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.vineetmanohar : maven-twitter-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
maven-twitter-plugin-0.1

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.vineetmanohar</groupId>
    <artifactId>maven-twitter-plugin</artifactId>
    <version>0.1</version>
</plugin>

Advertisement