Skip to content

Commit

Permalink
Merge pull request #1001 from emmartins/WFLY-19958
Browse files Browse the repository at this point in the history
[WFLY-19958] Removes unproper OS support from ejb-remote
  • Loading branch information
emmartins authored Jan 9, 2025
2 parents 30e68e6 + 92c0016 commit 2194733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
10 changes: 4 additions & 6 deletions ejb-remote/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include::../shared-doc/attributes.adoc[]
:author: Jaikiran Pai, Mike Musgrove
:level: Intermediate
:technologies: EJB, JNDI
:openshift: true
:openshift: false
:portedToGlow: true

[abstract]
Expand Down Expand Up @@ -103,8 +103,6 @@ include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2]
ifndef::ProductRelease,EAPXPRelease[]
include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1]
endif::[]
include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1]
ifndef::ProductRelease,EAPXPRelease[]
// Kubernetes
include::../shared-doc/build-and-run-the-quickstart-with-kubernetes.adoc[leveloffset=+1]
endif::[]

// This quickstart is not openshift compatible
include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1]
38 changes: 0 additions & 38 deletions ejb-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,44 +137,6 @@
</plugins>
</build>
</profile>
<profile>
<id>openshift</id>
<build>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<discover-provisioning-info>
<version>${version.server}</version>
<addOns>
<addOn>wildfly-cli</addOn>
</addOns>
<context>cloud</context>
</discover-provisioning-info>
</configuration>
<executions>
<execution>
<goals>
<goal>package</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- do not attach sources to openshift deployments -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>integration-testing</id>
<build>
Expand Down

0 comments on commit 2194733

Please sign in to comment.