MVN

com.codeplex.wsitbt : wsit-maven-plugin

Maven & Gradle

Mar 06, 2012

WSIT Maven Mojo · Provides maven goals for generating WSIT client and server side configuration.

<plugin>
    <groupId>com.codeplex.wsitbt</groupId>
    <artifactId>wsit-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codeplex.wsitbt : wsit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.codeplex.wsitbt : wsit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wsit-maven-plugin-1.0.7
wsit-maven-plugin-1.0.6
wsit-maven-plugin-1.0.5
wsit-maven-plugin-1.0.4
wsit-maven-plugin-1.0.3
wsit-maven-plugin-1.0.2
wsit-maven-plugin-1.0.1
1.0
wsit-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.codeplex.wsitbt</groupId>
    <artifactId>wsit-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>

Advertisement