Skip to content

Commit 4d31fdd

Browse files
committed
Merge pull request wildfly#12 from jmesnil/patch-1
Update README.md
2 parents 90f4b5a + 0b90103 commit 4d31fdd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

helloworld-mdb/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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

282265
You can now deploy the changes to your OpenShift application using git as follows:

0 commit comments

Comments
 (0)