mirror of https://github.com/apache/archiva.git
Adding status file for dependency cleanup
This commit is contained in:
parent
712867584d
commit
52ed4a352c
1
pom.xml
1
pom.xml
|
@ -1974,6 +1974,7 @@
|
||||||
<exclude>**/*.log</exclude>
|
<exclude>**/*.log</exclude>
|
||||||
<exclude>**/.site-content/**</exclude>
|
<exclude>**/.site-content/**</exclude>
|
||||||
<exclude>**/git-sparse-checkout-pattern</exclude>
|
<exclude>**/git-sparse-checkout-pattern</exclude>
|
||||||
|
<exclude>status-dep.txt</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue