mirror of https://github.com/apache/activemq.git
Merge pull request #737 from jbonofre/AMQ-8439
[AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test
This commit is contained in:
commit
8a2e8c5e41
|
@ -51,7 +51,7 @@ public class ValidateXMLConfigTest {
|
||||||
File sampleConfDir = new File("target/conf");
|
File sampleConfDir = new File("target/conf");
|
||||||
|
|
||||||
final HashSet<String> skipped = new HashSet<String>(java.util.Arrays.asList(new String[]{
|
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() {
|
for (File xmlFile : sampleConfDir.listFiles(new FileFilter() {
|
||||||
|
|
Loading…
Reference in New Issue