MVN

com.googlecode.msidor.maven.plugins : sybase-proc-maven-plugin

Maven & Gradle

Nov 28, 2014

sybase-proc-maven-plugin · Maven plugin that allows to generate sources of SYBASE stored procedures. The generated files might then be versioned together with project code. This plugin allows to generate sources for selected procedures as well as all sub-procedures that are being called by "exec" command. Additionally, the stored procedures configuration might be publish automatically to CONFLUENCE.

<plugin>
    <groupId>com.googlecode.msidor.maven.plugins</groupId>
    <artifactId>sybase-proc-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.msidor.maven.plugins : sybase-proc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.googlecode.msidor.maven.plugins : sybase-proc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
sybase-proc-maven-plugin-1.0.3
sybase-proc-maven-plugin-1.0.2
sybase-proc-maven-plugin-1.0.1
sybase-proc-maven-plugin-1.0.0
0.0.x
sybase-proc-maven-plugin-0.0.5
sybase-proc-maven-plugin-0.0.4
sybase-proc-maven-plugin-0.0.3

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.googlecode.msidor.maven.plugins</groupId>
    <artifactId>sybase-proc-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>