Skip to content

Commit 2194733

Browse files
authored
Merge pull request #1001 from emmartins/WFLY-19958
[WFLY-19958] Removes unproper OS support from ejb-remote
2 parents 30e68e6 + 92c0016 commit 2194733

File tree

2 files changed

+4
-44
lines changed

2 files changed

+4
-44
lines changed

ejb-remote/README-source.adoc

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include::../shared-doc/attributes.adoc[]
44
:author: Jaikiran Pai, Mike Musgrove
55
:level: Intermediate
66
:technologies: EJB, JNDI
7-
:openshift: true
7+
:openshift: false
88
:portedToGlow: true
99

1010
[abstract]
@@ -103,8 +103,6 @@ include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2]
103103
ifndef::ProductRelease,EAPXPRelease[]
104104
include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1]
105105
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]

ejb-remote/pom.xml

-38
Original file line numberDiff line numberDiff line change
@@ -137,44 +137,6 @@
137137
</plugins>
138138
</build>
139139
</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>
178140
<profile>
179141
<id>integration-testing</id>
180142
<build>

0 commit comments

Comments
 (0)