From 625a3f24762d1363569df9d637ffbb2095979945 Mon Sep 17 00:00:00 2001 From: Phil Wakelin Date: Thu, 19 Dec 2024 17:59:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe2cd8..689d37e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Run the following in a local command prompt which will create a WAR file for dep This creates a WAR file in the `target` directory. -If building a CICS bundle ZIP the CICS bundle plugin bundle-war goal is driven using the maven verify phase. The CICS JVM server name should be modified in the property in the [`pom.xml`](pom.xml) to match the required CICS JVMSERVER resource name, or alternatively can be set on the command line as follows. +If building a CICS bundle ZIP the CICS bundle plugin bundle-war goal is driven using the maven verify phase. The CICS JVM server name should be modified in the `` property in the [`pom.xml`](pom.xml) to match the required CICS JVMSERVER resource name, or alternatively can be set on the command line as follows. `mvn clean verify -Dcics.jvmserver=MYJVM`