MVN

org.codehaus.mojo : springws-maven-plugin

Maven & Gradle

Apr 16, 2009

springws-maven-plugin · Scans spring context-files for spring-ws WsdlDefinition beans, which are exported to a wsdl-file suitable for distribution.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>springws-maven-plugin</artifactId>
    <version>1.0-alpha-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : springws-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-alpha-1
  • Latest Alpha: 1.0-alpha-1

All Versions

Choose a version of org.codehaus.mojo : springws-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
springws-maven-plugin-1.0-alpha-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>org.codehaus.mojo</groupId>
    <artifactId>springws-maven-plugin</artifactId>
    <version>1.0-alpha-1</version>
</plugin>