Skip to content

Commit 3d8c6b0

Browse files
authored
Update README.md
1 parent 73b3d96 commit 3d8c6b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ Run the following in a local command prompt:
6262

6363
This creates a WAR file inside the `build/libs` directory and a CICS bundle ZIP file inside the `build/distributions` directory.
6464

65-
If using the CICS bundle ZIP, the CICS JVM server name should be modified in the `jvmserver` property in the gradle build properties [file](gradle.properties) to match the required CICS JVMSERVER resource name, or alternatively can be set on the command line as follows.
65+
If using the CICS bundle ZIP, the CICS JVM server name should be modified in the `cics.jvmserver` property in the gradle build [file](build.gradle) to match the required CICS JVMSERVER resource name, or alternatively can be set on the command line as follows.
6666

6767

68-
`gradle clean build -Pjvmserver=MYJVM`
68+
`gradle clean build -Pcics.jvmserver=MYJVM`
6969

7070

7171
#### Maven (command line)
@@ -76,9 +76,9 @@ Run the following in a local command prompt which will create a WAR file for dep
7676

7777
This creates a WAR file in the `target` directory.
7878

79-
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 <jvmserver> 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.
79+
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 <cics.jvmserver> 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.
8080

81-
`mvn clean verify -Djvmserver=MYJVM`
81+
`mvn clean verify -Dcics.jvmserver=MYJVM`
8282

8383

8484

0 commit comments

Comments
 (0)