File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 117117 <groupId >org.wildfly.plugins</groupId >
118118 <artifactId >wildfly-maven-plugin</artifactId >
119119 <configuration >
120- <feature-packs >
121- <feature-pack >
122- <location >org.wildfly:wildfly-galleon-pack:${version.server} </location >
123- </feature-pack >
124- <feature-pack >
125- <location >org.wildfly.cloud:wildfly-cloud-galleon-pack:${version.pack.cloud} </location >
126- </feature-pack >
127- </feature-packs >
128- <layers >
129- <layer >cloud-server</layer >
130- <layer >ejb</layer >
131- <layer >embedded-activemq</layer >
132- </layers >
120+ <discover-provisioning-info >
121+ <layersForJndi >
122+ <layer >embedded-activemq</layer >
123+ </layersForJndi >
124+ <addOns >
125+ <addOn >wildfly-cli</addOn >
126+ </addOns >
127+ <version >${version.server} </version >
128+ </discover-provisioning-info >
133129 <packaging-scripts >
134130 <packaging-script >
135131 <scripts >
You can’t perform that action at this time.
0 commit comments