diff options
-rw-r--r-- | pom.xml | 1 | ||||
-rw-r--r-- | status-dep.txt | 14 |
2 files changed, 15 insertions, 0 deletions
@@ -1974,6 +1974,7 @@ <exclude>**/*.log</exclude> <exclude>**/.site-content/**</exclude> <exclude>**/git-sparse-checkout-pattern</exclude> + <exclude>status-dep.txt</exclude> </excludes> </configuration> </plugin> diff --git a/status-dep.txt b/status-dep.txt new file mode 100644 index 000000000..6a25ef6f0 --- /dev/null +++ b/status-dep.txt @@ -0,0 +1,14 @@ +# Just for keeping track of the dependency check status +# Will be deleted when dependency cleanup is finished +# MST - 2020-01-30 + +archiva-modules + archiva-base + archiva-common + archiva-storage-api + archiva-storage-fs + archiva-filelock + archiva-model + archiva-checksum + archiva-policies + archiva-configuration |