Commit 417e910
committed
Fix ftest failure
When a pom file changed in a hosted repo, it will trigger a
maven-metadata removing in the GA level and cascading removing for
affected groups. For fix problem of this, we use DownloadManager.delete
to solve readonly hosted repo deletion not allowed problem, but it does
not support clear group metadata. So this fix will allow remove the
mergable metadata through that method.1 parent 39782b9 commit 417e910
3 files changed
Lines changed: 10 additions & 1 deletion
File tree
- core/src/main/java/org/commonjava/indy/core/content
- embedder/src
- it/resources
- test/resources
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
974 | 981 | | |
975 | 982 | | |
976 | 983 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments