Skip to content

Commit 688013c

Browse files
committed
add resource-config.json
1 parent 5335fea commit 688013c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"resources": {
3+
"includes": [
4+
{
5+
"pattern": "\\QMETA-INF/resources/webjars-locator.properties\\E",
6+
"condition": {
7+
"typeReachable": "org.webjars.WebJarVersionLocator"
8+
}
9+
},
10+
{
11+
"pattern": "\\QMETA-INF\/resources\/webjars\/\\E.*",
12+
"condition": {
13+
"typeReachable": "org.webjars.WebJarVersionLocator"
14+
}
15+
},
16+
{
17+
"pattern": "\\QMETA-INF/maven/org.webjars/\\E.*\\Q/pom.properties\\E",
18+
"condition": {
19+
"typeReachable": "org.webjars.WebJarVersionLocator"
20+
}
21+
},
22+
{
23+
"pattern": "\\QMETA-INF/maven/org.webjars.npm/\\E.*\\Q/pom.properties\\E",
24+
"condition": {
25+
"typeReachable": "org.webjars.WebJarVersionLocator"
26+
}
27+
}
28+
]
29+
}
30+
}

0 commit comments

Comments
 (0)