diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-01-30 22:34:26 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-01-30 22:34:26 +0100 |
commit | 52ed4a352c9e850d888ba460ca8d2399e4cd3c56 (patch) | |
tree | 4380a43988bd9014551c3bbe80b5a51c6972c542 | |
parent | 712867584d864d3f7c0ba66ed549342c23b958c3 (diff) | |
download | archiva-52ed4a352c9e850d888ba460ca8d2399e4cd3c56.tar.gz archiva-52ed4a352c9e850d888ba460ca8d2399e4cd3c56.zip |
Adding status file for dependency cleanup
-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 |