From 5eaead3defc74faef52f19e051597459d3cd0803 Mon Sep 17 00:00:00 2001
From: David Diederich <d.diederich@opengroup.org>
Date: Wed, 2 Sep 2020 12:08:04 -0400
Subject: [PATCH] Adding a FOSSA configuration file

---
 .fossa.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 .fossa.yml

diff --git a/.fossa.yml b/.fossa.yml
new file mode 100644
index 000000000..8530052a2
--- /dev/null
+++ b/.fossa.yml
@@ -0,0 +1,22 @@
+# 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-aks
+    type: mvn
+    target: provider/partition-azure/pom.xml
+    path: .
-- 
GitLab