https://github.com/veracode/example-kotlin-maven
https://github.com/veracode/example-kotlin-maven
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veracode/example-kotlin-maven
- Owner: veracode
- Created: 2020-09-17T03:18:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T07:42:50.000Z (almost 6 years ago)
- Last Synced: 2025-06-17T00:17:31.565Z (about 1 year ago)
- Language: Kotlin
- Size: 10.7 KB
- Stars: 0
- Watchers: 14
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [:] Example Kotlin 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-kotlin-maven
```
## With SourceClear's Maven Plugin
```
git clone https://github.com/srcclr/example-kotlin-maven
cd example-java-kotlin
mvn clean compile com.srcclr:srcclr-maven-plugin:scan -DapiToken=
``