Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mojohaus/webstart
https://github.com/mojohaus/webstart
java maven maven-plugin mojohaus
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojohaus/webstart
- Owner: mojohaus
- License: mit
- Created: 2015-05-15T23:01:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T18:18:29.000Z (23 days ago)
- Last Synced: 2024-10-17T09:54:34.321Z (19 days ago)
- Topics: java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/webstart/
- Size: 3.7 MB
- Stars: 27
- Watchers: 18
- Forks: 44
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# webstart
[![Build Status](https://github.com/mojohaus/webstart/workflows/GitHub%20CI/badge.svg?branch=master)](https://github.com/mojohaus/webstart/actions/workflows/maven.yml?query=branch%3Amaster)
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/webstart-maven-plugin.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.mojo%22%20a%3A%webstart-maven-plugin%22)
[![MIT Licence](https://img.shields.io/github/license/mojohaus/webstart.svg?label=License)](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
```