https://github.com/johnpcarter/wam-cli
Source code for cli tool to generate a Dockerfile to build a webMethods runtime image.
https://github.com/johnpcarter/wam-cli
webmethods
Last synced: about 1 year ago
JSON representation
Source code for cli tool to generate a Dockerfile to build a webMethods runtime image.
- Host: GitHub
- URL: https://github.com/johnpcarter/wam-cli
- Owner: johnpcarter
- License: apache-2.0
- Created: 2023-11-02T10:15:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T15:26:47.000Z (about 2 years ago)
- Last Synced: 2025-02-13T09:29:53.854Z (about 1 year ago)
- Topics: webmethods
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webMethods Application Manager (wam)
Source code for cli tool to generate a Dockerfile to build a webMethods runtime image from a project scaffold(s) or edge manifest file
### Run tests
```
mvn test
```
### Generate jar file
```
mvn install
```
> *NOTE* Excludes libraries, you will need to bundle the following libraries
> commons-cli.1.6.0
> org.yaml-snakeYaml.2.0
-----
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.