MVN

kr.motd.maven : exec-maven-plugin

Maven & Gradle

May 23, 2014
3 stars

exec-maven-plugin · A simplified fork of org.codehaus.mojo:exec-maven-plugin:exec with sensible buffer flush policy.

<plugin>
    <groupId>kr.motd.maven</groupId>
    <artifactId>exec-maven-plugin</artifactId>
    <version>1.0.0.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kr.motd.maven : exec-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.Final

All Versions

Choose a version of kr.motd.maven : exec-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
exec-maven-plugin-1.0.0.Final

How to add a plugin to Maven

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

<plugin>
    <groupId>kr.motd.maven</groupId>
    <artifactId>exec-maven-plugin</artifactId>
    <version>1.0.0.Final</version>
</plugin>

Advertisement