https://github.com/tedyoung/playground
Place for small experiments and examples that don't warrant their own project.
https://github.com/tedyoung/playground
Last synced: 8 months ago
JSON representation
Place for small experiments and examples that don't warrant their own project.
- Host: GitHub
- URL: https://github.com/tedyoung/playground
- Owner: tedyoung
- License: apache-2.0
- Created: 2023-01-16T00:26:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T00:30:46.000Z (over 3 years ago)
- Last Synced: 2025-03-08T02:04:51.757Z (over 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My OSS Project
An open-source project bootstrapped using the [ModiTect OSS Quickstart](https://github.com/moditect/oss-quickstart) archetype.
Run the following command to build this project:
```
mvn clean verify
```
Pass the `-Dquick` option to skip all non-essential plug-ins and create the output artifact as quickly as possible:
```
mvn clean verify -Dquick
```
Run the following command to format the source code and organize the imports as per the project's conventions:
```
mvn process-sources
```
This code base is available under the Apache License, version 2.