Skip to content
Snippets Groups Projects
.fossa.yml 786 B
Newer Older
  • Learn to ignore specific revisions
  • # 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: Partition
    analyze:
      modules:
    
        - name: partition
          type: mvn
          target: pom.xml
          path: .
        - name: partition-core
          type: mvn
          target: partition-core/pom.xml
          path: .
        - name: partition-azure
          type: mvn
          target: provider/partition-azure/pom.xml
          path: .
        - name: partition-aws
          type: mvn
          target: provider/partition-aws/pom.xml
          path: .
        - name: partition-ibm
          type: mvn
          target: provider/partition-ibm/pom.xml
          path: .
        - name: partition-gcp
          type: mvn
          target: provider/partition-gc/pom.xml
          path: .