8000 GitHub - buildless/sample-maven: Sample codebase using Buildless from Maven
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ sample-maven Public template

Sample codebase using Buildless from Maven

Notifications You must be signed in to change notification settings

buildless/sample-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildless Maven sample

This repository showcases the use of Buildless as a remote build cache for Maven, using the Build Cache Extension.

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.

Usage

To run the sample, use the provided makefile:

make verify

If you want to force remote fetching, you can run the following command before the build to clear the local cache:

make clean
0