Skip to content
Snippets Groups Projects
.fossa.yml 824 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
    
    analyze:
      modules:
    
        - name: os-notification
          type: mvn
          target: pom.xml
          path: .
        - name: notification-core
          type: mvn
          target: notification-core/pom.xml
          path: .
        - name: notification-gc
          type: mvn
          target: provider/notification-gc/pom.xml
          path: .
        - name: notification-azure
          type: mvn
          target: provider/notification-azure/pom.xml
          path: .
        - name: notification-ibm
          type: mvn
          target: provider/notification-ibm/pom.xml
          path: .
        - name: notification-aws
          type: mvn
          target: provider/notification-aws/pom.xml
          path: .