File tree 2 files changed +4
-44
lines changed
2 files changed +4
-44
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include::../shared-doc/attributes.adoc[]
4
4
:author: Jaikiran Pai, Mike Musgrove
5
5
:level: Intermediate
6
6
:technologies: EJB, JNDI
7
- :openshift: true
7
+ :openshift: false
8
8
:portedToGlow: true
9
9
10
10
[abstract]
@@ -103,8 +103,6 @@ include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2]
103
103
ifndef::ProductRelease,EAPXPRelease[]
104
104
include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1]
105
105
endif::[]
106
- include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1]
107
- ifndef::ProductRelease,EAPXPRelease[]
108
- // Kubernetes
109
- include::../shared-doc/build-and-run-the-quickstart-with-kubernetes.adoc[leveloffset=+1]
110
- endif::[]
106
+
107
+ // This quickstart is not openshift compatible
108
+ include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change 137
137
</plugins >
138
138
</build >
139
139
</profile >
140
- <profile >
141
- <id >openshift</id >
142
- <build >
143
- <plugins >
144
- <plugin >
145
- <groupId >org.wildfly.plugins</groupId >
146
- <artifactId >wildfly-maven-plugin</artifactId >
147
- <configuration >
148
- <discover-provisioning-info >
149
- <version >${version.server} </version >
150
- <addOns >
151
- <addOn >wildfly-cli</addOn >
152
- </addOns >
153
- <context >cloud</context >
154
- </discover-provisioning-info >
155
- </configuration >
156
- <executions >
157
- <execution >
158
- <goals >
159
- <goal >package</goal >
160
- </goals >
161
- </execution >
162
- </executions >
163
- </plugin >
164
- <!-- do not attach sources to openshift deployments -->
165
- <plugin >
166
- <groupId >org.apache.maven.plugins</groupId >
167
- <artifactId >maven-source-plugin</artifactId >
168
- <executions >
169
- <execution >
170
- <id >attach-sources</id >
171
- <phase >none</phase >
172
- </execution >
173
- </executions >
174
- </plugin >
175
- </plugins >
176
- </build >
177
- </profile >
178
140
<profile >
179
141
<id >integration-testing</id >
180
142
<build >
You can’t perform that action at this time.
0 commit comments