Skip to content

Commit b515aa2

Browse files
sophiegreenGitHub Enterprise
authored andcommitted
Update README.md
1 parent ea7de65 commit b515aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit-link-program-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Download and compile the supplied COBOL program CONVERT and deploy into CICS.
1717

1818
## Setup
1919

20-
This sample is a Maven project, which uses the [CICS Bundle Maven plugin](https://github.com/IBM/cics-bundle-maven) to package the web application in a CICS bundle and deploy this to CICS. This requires the CICS bundle deployment API to be enabled in CICS as a [prerequisite](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/configuring/cmci/config-bundle-api.html). Alternatively, if you aren't using Maven, you could take the source from this project and use one of the other methods of deploying the application to CICS such as creating a CICS bundle project in CICS Explorer and adding the source as a dynamic web project include.
20+
This sample is a Maven project, which uses the [CICS Bundle Maven plugin](https://github.com/IBM/cics-bundle-maven) to package the web application in a CICS bundle and deploy this to CICS. This requires the CICS bundle deployment API to be enabled in CICS as a [prerequisite](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/configuring/cmci/config-bundle-api.html). Alternatively, if you aren't using Maven, you could use [Gradle](https://github.com/IBM/cics-bundle-gradle) or you could take the source from this project and use one of the other methods of deploying the application to CICS such as creating a CICS bundle project in CICS Explorer and adding the source as a dynamic web project include.
2121

2222
To run the sample as-is, fill out values in the configuration block in pom.xml
2323
```xml

0 commit comments

Comments
 (0)