This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 359b410 [AMQ-8439] Exclude camel.xml from assembly
validateExampleConfig test
new 8a2e8c5 Merge pull request #737 from jbonofre/AMQ-8439
359b410 is described below
commit 359b410ffd9082861cea472fb1c85f8bf8c10ac6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Fri Dec 17 10:16:54 2021 +0100
[AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test
---
.../src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java
b/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java
index 438f0ee..87402f9 100644
---
a/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java
+++
b/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java
@@ -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() {