Merge pull request #737 from jbonofre/AMQ-8439

[AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test
This commit is contained in:
Jean-Baptiste Onofré 2021-12-19 07:45:55 +01:00 committed by GitHub
commit 8a2e8c5e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {