Fixes https://github.com/spring-projects/spring-integration/issues/3686 * Add `src/idea` with respective editor config for IntelliJ IDEA. Must be imported into an IDE * Add `src/eclipse` with respective editor config for Eclipse/STS * Reformat imports in source code according a new editor config
35 lines
656 B
JSON
35 lines
656 B
JSON
{
|
|
"files": [
|
|
{
|
|
"aql": {
|
|
"items.find": {
|
|
"$and": [
|
|
{
|
|
"@build.name": "${buildname}",
|
|
"@build.number": "${buildnumber}",
|
|
"path": {
|
|
"$match": "org*"
|
|
}
|
|
},
|
|
{
|
|
"$or": [
|
|
{
|
|
"name": {
|
|
"$match": "*.pom"
|
|
}
|
|
},
|
|
{
|
|
"name": {
|
|
"$match": "*.jar"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"target": "nexus/"
|
|
}
|
|
]
|
|
}
|