MVN

com.baulsupp.kolja : script-plugin

Maven & Gradle

Aug 20, 2006

Script Plugin · Script plugin for generating env.sh for console apps in development.

<plugin>
    <groupId>com.baulsupp.kolja</groupId>
    <artifactId>script-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.baulsupp.kolja : script-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.baulsupp.kolja : script-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
script-plugin-1.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.baulsupp.kolja</groupId>
    <artifactId>script-plugin</artifactId>
    <version>1.1</version>
</plugin>