Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildless/sample-maven
Sample codebase using Buildless from Maven
https://github.com/buildless/sample-maven
build-cache buildcache buildless dev-tools maven remote-build-cache
Last synced: 4 days ago
JSON representation
Sample codebase using Buildless from Maven
- Host: GitHub
- URL: https://github.com/buildless/sample-maven
- Owner: buildless
- Created: 2023-06-15T04:02:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:44:27.000Z (11 months ago)
- Last Synced: 2024-04-18T15:04:43.336Z (7 months ago)
- Topics: build-cache, buildcache, buildless, dev-tools, maven, remote-build-cache
- Language: Makefile
- Homepage: https://docs.less.build/docs/maven
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Buildless Maven sample
This repository showcases the use of [Buildless](https://less.build) as a remote build cache for Maven, using the [Build Cache Extension](https://maven.apache.org/extensions/maven-build-cache-extension/remote-cache.html).
## Requirements
In order to run this sample, the `BUILDLESS_API_KEY` environment variable should be set to a valid API Key. You can get one by signing up for [Buildless](https://less.build).
## Usage
To run the sample, use the provided makefile:
```bash
make verify
```If you want to force remote fetching, you can run the following command before the build to clear the local cache:
```bash
make clean
```