MVN

com.github.genthaler : beanshell-maven-plugin

Maven & Gradle

Apr 28, 2017
6 stars

Beanshell Maven Plugin · Maven plugin to execute arbitrary BeanShell script

<plugin>
    <groupId>com.github.genthaler</groupId>
    <artifactId>beanshell-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.genthaler : beanshell-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.github.genthaler : beanshell-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
beanshell-maven-plugin-1.4
1.2
beanshell-maven-plugin-1.2
1.1
beanshell-maven-plugin-1.1
1.0
beanshell-maven-plugin-1.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>com.github.genthaler</groupId>
    <artifactId>beanshell-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>