File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 67
67
<plugin >
68
68
<groupId >org.wildfly.plugins</groupId >
69
69
<artifactId >wildfly-maven-plugin</artifactId >
70
+ <version >${version.maven.wildfly.plugin} </version >
71
+ <configuration >
72
+ <discover-provisioning-info >
73
+ <version >${version.wildfly} </version >
74
+ </discover-provisioning-info >
75
+ </configuration >
76
+ <executions >
77
+ <execution >
78
+ <goals >
79
+ <goal >package</goal >
80
+ </goals >
81
+ </execution >
82
+ </executions >
70
83
</plugin >
71
84
<plugin >
72
85
<artifactId >maven-failsafe-plugin</artifactId >
Original file line number Diff line number Diff line change 53
53
54
54
<properties >
55
55
<version .org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec>2.0.1.Final</version .org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec>
56
- <version .maven.wildfly.plugin>4 .0.0.Final </version .maven.wildfly.plugin>
57
- <wildfly . version>26 .0.0 .Final</wildfly . version>
56
+ <version .maven.wildfly.plugin>5 .0.0.Beta2 </version .maven.wildfly.plugin>
57
+ <version .wildfly>30 .0.1 .Final</version .wildfly >
58
58
<version .org.jboss.resteasy>4.7.4.Final</version .org.jboss.resteasy>
59
59
<version .org.jboss.resteasy.resteasy-jackson-provider>4.0.0.Beta5</version .org.jboss.resteasy.resteasy-jackson-provider>
60
60
<version .org.jberet.rest>1.4.1.Final</version .org.jberet.rest>
211
211
<groupId >org.wildfly.plugins</groupId >
212
212
<artifactId >wildfly-maven-plugin</artifactId >
213
213
<version >${version.maven.wildfly.plugin} </version >
214
-
215
214
<executions >
216
215
<execution >
217
216
<id >wildfly-deploy</id >
You can’t perform that action at this time.
0 commit comments