File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -260,23 +260,6 @@ Copy the source for the `helloworld-mdb` quickstart into this new git repository
260260 cp -r QUICKSTART_HOME/helloworld-mdb/src .
261261 cp QUICKSTART_HOME/helloworld-mdb/pom.xml .
262262
263- The ` helloworld-mdb ` POM file needs to be changed slightly to be able to build and deploy the project from this new location.
264-
265- Edit the copied ` pom.xml ` , remove the ` <parent> ` element and add ` <groupId> ` and ` <version> ` elements:
266-
267- <groupId>org.wildfly.quickstarts</groupId>
268- <artifactId>wildfly-helloworld-mdb</artifactId>
269- <packaging>war</packaging>
270- <version>8.0.0-SNAPSHOT</version>
271- <name>WildFly Quickstarts: Helloworld Message-Driven Bean with Servlet 3.0 as client</name>
272-
273- You also need to add the following properties:
274-
275- <properties>
276- <version.jboss.spec.javaee7>1.0.0.Final</version.jboss.spec.javaee7>
277- <version.war.plugin>2.3</version.war.plugin>
278- </properties>
279-
280263### Deploy the OpenShift Application
281264
282265You can now deploy the changes to your OpenShift application using git as follows:
You can’t perform that action at this time.
0 commit comments