s

springws-maven-plugin

Scans spring context-files for spring-ws WsdlDefinition beans, which are exported to a wsdl-file suitable for distribution.
The MIT License
David J. M. Karlsen
Files download
File Operation
springws-maven-plugin-1.0-alpha-1.jar download
springws-maven-plugin-1.0-alpha-1.pom download
springws-maven-plugin-1.0-alpha-1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>springws-maven-plugin</artifactId>
  <version>1.0-alpha-1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.mojo:springws-maven-plugin:1.0-alpha-1'
Gradle Kotlin
implementation("org.codehaus.mojo:springws-maven-plugin:1.0-alpha-1")
Scala SBT
libraryDependencies += "org.codehaus.mojo" % "springws-maven-plugin" % "1.0-alpha-1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.mojo', module='springws-maven-plugin', version='1.0-alpha-1')
)
Apache Ivy
<dependency org="org.codehaus.mojo" name="springws-maven-plugin" rev="1.0-alpha-1" />
Leiningen
[org.codehaus.mojo/springws-maven-plugin "1.0-alpha-1"]
Apache Buildr
'org.codehaus.mojo:springws-maven-plugin:jar:1.0-alpha-1'