-
Notifications
You must be signed in to change notification settings - Fork 0
/
chameleon-containers.yaml
39 lines (39 loc) · 1.6 KB
/
chameleon-containers.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
- name: wildfly
adapters:
- type: managed
adapterClass: org.jboss.as.arquillian.container.managed.ManagedDeployableContainer
configuration: &WF_CONFIG
jbossHome: ${dist}
coordinates: org.wildfly.arquillian:wildfly-arquillian-container-managed:2.1.1.Final
- type: remote
adapterClass: org.jboss.as.arquillian.container.remote.RemoteDeployableContainer
coordinates: org.wildfly.arquillian:wildfly-arquillian-container-remote:2.1.1.Final
defaultType: managed
dist: &WF_DIST
coordinates: org.wildfly:wildfly-dist:zip:${version}
exclude: &WF10_EXCLUDE
- org.jboss.arquillian.test:*
- org.jboss.arquillian.testenricher:*
- org.jboss.arquillian.container:*
- org.jboss.arquillian.core:*
- org.jboss.arquillian.config:*
- org.jboss.arquillian.protocol:*
- org.jboss.shrinkwrap:*
- org.jboss.shrinkwrap.api:*
- org.jboss.shrinkwrap.descriptors:*
- org.jboss.shrinkwrap.resolver:*
- "*:wildfly-arquillian-testenricher-msc"
versionExpression: 14.*
- name: wildfly-domain
adapters:
- type: managed
adapterClass: org.jboss.as.arquillian.container.domain.managed.ManagedDomainDeployableContainer
configuration: *WF_CONFIG
coordinates: org.wildfly.arquillian:wildfly-arquillian-container-domain-managed:2.1.1.Final
- type: remote
adapterClass: org.jboss.as.arquillian.container.domain.remote.RemoteDomainDeployableContainer
coordinates: org.wildfly.arquillian:wildfly-arquillian-container-domain-remote:2.1.1.Final
defaultType: managed
dist: *WF_DIST
exclude: *WF10_EXCLUDE
versionExpression: 14.*