[AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test

This commit is contained in:
Jean-Baptiste Onofré 2021-12-17 10:16:54 +01:00
parent 344055963d
commit 359b410ffd
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class ValidateXMLConfigTest {
File sampleConfDir = new File("target/conf");
final HashSet<String> skipped = new HashSet<String>(java.util.Arrays.asList(new String[]{
"resin-web.xml", "web.xml"
"resin-web.xml", "web.xml", "camel.xml"
}));
for (File xmlFile : sampleConfDir.listFiles(new FileFilter() {