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

https://github.com/veracode/example-java-maven

Example project to demonstrate srcclr scans
https://github.com/veracode/example-java-maven

Last synced: 6 months ago
JSON representation

Example project to demonstrate srcclr scans

Awesome Lists containing this project

README

          

# [:] Example Maven Project

An example maven project to demonstrate [srcclr](https://www.srcclr.com) scans.

## Try me!

```
brew tap srcclr/srcclr
brew install srcclr
srcclr activate
srcclr scan --url https://github.com/srcclr/example-java-maven
```

## With SourceClear's Maven Plugin
```
git clone https://github.com/srcclr/example-java-maven
cd example-java-maven
mvn clean compile com.srcclr:srcclr-maven-plugin:scan -DapiToken=
```