MVN

org.openengsb.tooling.wsdl2dll : wsdl2dll-maven-plugin

Maven & Gradle

Oct 10, 2014
43 stars

OpenEngSB :: Loom :: CSharp :: Common :: WSDL to DLL Maven Plugin · Simple maven plugin which converts wsdl files to dll files.

<plugin>
    <groupId>org.openengsb.tooling.wsdl2dll</groupId>
    <artifactId>wsdl2dll-maven-plugin</artifactId>
    <version>3.0.0.M2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openengsb.tooling.wsdl2dll : wsdl2dll-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0.M2

All Versions

Choose a version of org.openengsb.tooling.wsdl2dll : wsdl2dll-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
wsdl2dll-maven-plugin-3.0.0.M2
wsdl2dll-maven-plugin-3.0.0.M1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.openengsb.tooling.wsdl2dll</groupId>
    <artifactId>wsdl2dll-maven-plugin</artifactId>
    <version>3.0.0.M2</version>
</plugin>