https://github.com/mojohaus/jaxws-maven-plugin
https://github.com/mojohaus/jaxws-maven-plugin
java maven maven-plugin mojohaus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojohaus/jaxws-maven-plugin
- Owner: mojohaus
- License: apache-2.0
- Created: 2015-09-29T13:42:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T17:32:07.000Z (over 2 years ago)
- Last Synced: 2025-12-28T17:28:18.291Z (6 months ago)
- Topics: java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/jaxws-maven-plugin/
- Size: 2.2 MB
- Stars: 26
- Watchers: 27
- Forks: 38
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MojoHaus JAX-WS Maven Plugin
This is the [jaxws-maven-plugin](http://www.mojohaus.org/jaxws-maven-plugin/).
[](https://travis-ci.org/mojohaus/jaxws-maven-plugin)
## Releasing
* Make sure `gpg-agent` is running.
* Execute `mvn -B release:prepare release:perform`
For publishing the site do the following:
```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```