Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.fossa.yml 770 B
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more

version: 2
cli:
  server: https://app.fossa.com
  fetcher: custom
  project: Indexer
analyze:
  modules:
    - name: indexer-service
      type: mvn
      target: pom.xml
      path: .
    - name: indexer-core
      type: mvn
      target: indexer-core/pom.xml
      path: .
    - name: indexer-aws
      type: mvn
      target: provider/indexer-aws/pom.xml
      path: .
    - name: indexer-azure
      type: mvn
      target: provider/indexer-azure/pom.xml
      path: .
    - name: indexer-gcp
      type: mvn
      target: provider/indexer-gc/pom.xml
      path: .
    - name: indexer-ibm
      type: mvn
      target: provider/indexer-ibm/pom.xml
      path: .