An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# MojoHaus JAX-WS Maven Plugin

This is the [jaxws-maven-plugin](http://www.mojohaus.org/jaxws-maven-plugin/).

[![Build Status](https://travis-ci.org/mojohaus/jaxws-maven-plugin.svg?branch=master)](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
```