Update nexus sync steps

- Relates #1033
This commit is contained in:
Janne Valkealahti
2024-03-21 13:03:44 +00:00
parent 1fae47c0e2
commit d114044b29
4 changed files with 4 additions and 19 deletions

View File

@@ -7,17 +7,7 @@
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": {"$match": "org*"}
},
{
"$or": [
{
"name": {"$match": "*.pom"}
},
{
"name": {"$match": "*.jar"}
}
]
"path": { "$match": "org/springframework/shell/spring-shell-*" }
}
]
}