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

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.

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.