I've just done a clean build on commit c6829cdfb8016eb71034c6af7b90e9bd7bb0742c and noticed there are a lot of configuration files that seem as though they should be excluded.
If someone would be happy to mark the diagram below with K (Keep) or R (Remove), I can have a look to see if I can fix it. Many thanks, Chris apache-stratos-load-balancer-4.0.0-SNAPSHOT/repository/conf/ ├── axis2 │ ├── axis2_client.xml │ └── axis2.xml ├── carbon.xml ├── datasources │ └── master-datasources.xml ├── datasources.properties ├── email │ └── email-admin-config.xml ├── embedded-ldap.xml ├── etc │ ├── cache.xml │ ├── config-validation.xml │ ├── coordination-client-config.xml │ ├── jmx.xml │ ├── launch.ini │ ├── mime.mappings │ ├── mime.types │ └── zoo.cfg ├── event-broker.xml ├── loadbalancer.conf ├── log4j.properties ├── nhttp.properties ├── osgi-debug.options ├── passthru-http.properties ├── README ├── registry.xml ├── security │ ├── cipher-text.properties │ ├── cipher-tool.properties │ └── secret-conf.properties ├── synapse.properties ├── templates │ └── jndi.properties.template ├── tomcat │ ├── carbon │ │ ├── META-INF │ │ │ └── context.xml │ │ └── WEB-INF │ │ └── web.xml │ ├── catalina-server.xml │ └── web.xml └── user-mgt.xml
