MVN

com.bazaarvoice.maven.plugins : process-exec-maven-plugin

Maven & Gradle

Aug 14, 2019
1 usages
61 stars

Process execution maven plugin

<plugin>
    <groupId>com.bazaarvoice.maven.plugins</groupId>
    <artifactId>process-exec-maven-plugin</artifactId>
    <version>0.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bazaarvoice.maven.plugins : process-exec-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of com.bazaarvoice.maven.plugins : process-exec-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9
process-exec-maven-plugin-0.9
0.8
process-exec-maven-plugin-0.8
0.7
process-exec-maven-plugin-0.7
0.5
process-exec-maven-plugin-0.5
0.4
process-exec-maven-plugin-0.4

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.bazaarvoice.maven.plugins</groupId>
    <artifactId>process-exec-maven-plugin</artifactId>
    <version>0.9</version>
</plugin>

Advertisement