Skip to content

fossas/reachability-with-maven-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reachability-with-maven-example

This repository includes example project for reachability walkthrough.

  • You will need jdk8+ installed (java must be in PATH)
  • You will need maven installed (mvn must be in PATH)
# Install fossa-cli
; curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash

# Check fossa-cli version
; fossa --version

# Build project (required)
; mvn package

# Run Analysis
# Docs: https://github.com/fossas/fossa-cli
; fossa analyze --project reachability-with-maven-example --fossa-api-key MY_FOSSA_API_KEY

You can also refer to example in our CI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages