https://github.com/mojohaus/webstart
https://github.com/mojohaus/webstart
java maven maven-plugin mojohaus
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojohaus/webstart
- Owner: mojohaus
- License: mit
- Created: 2015-05-15T23:01:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T18:14:07.000Z (7 months ago)
- Last Synced: 2025-03-29T12:09:36.386Z (2 months ago)
- Topics: java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/webstart/
- Size: 3.7 MB
- Stars: 27
- Watchers: 17
- Forks: 46
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# webstart
[](https://github.com/mojohaus/webstart/actions/workflows/maven.yml?query=branch%3Amaster)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.mojo%22%20a%3A%webstart-maven-plugin%22)
[](http://opensource.org/licenses/MIT)## 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 -Preporting verify site site:stage scm-publish:publish-scm
```