{ "files": [ { "aql": { "items.find": { "$and": [ { "@build.name": "${buildname}", "@build.number": "${buildnumber}", "path": { "$match": "org/springframework/shell/spring-shell-*" } } ] } }, "target": "nexus/" } ] }