https://github.com/vmware-samples/build-tools-for-vmware-aria-samples
A samples project that shows how anyone can use and manage content using https://github.com/vmware/build-tools-for-vmware-aria. Inside this sample content you will see examples on how Aria Automation projects can be organized - having multiple blueprints, subscriptions, abx actions etc.
https://github.com/vmware-samples/build-tools-for-vmware-aria-samples
Last synced: 12 months ago
JSON representation
A samples project that shows how anyone can use and manage content using https://github.com/vmware/build-tools-for-vmware-aria. Inside this sample content you will see examples on how Aria Automation projects can be organized - having multiple blueprints, subscriptions, abx actions etc.
- Host: GitHub
- URL: https://github.com/vmware-samples/build-tools-for-vmware-aria-samples
- Owner: vmware-samples
- License: bsd-2-clause
- Created: 2023-03-14T07:49:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T09:08:54.000Z (about 1 year ago)
- Last Synced: 2025-04-11T02:13:18.643Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 124 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING_DCO.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# build-tools-for-vmware-aria-samples
## Overview
This is a sample project that contains the different project types supported by Build Tools for VMware Aria.
## Try it out
### Prerequisites
You need to have your environment prepared to run [Build Tools for VMware Aria](https://github.com/vmware/build-tools-for-vmware-aria). For details, please check the [Build Tools for VMWware Aria repository](https://github.com/vmware/build-tools-for-vmware-aria).
### Build & Run
To build this project, trigger the following command from the folder containing the parent pom.xml file:
```bash
mvn clean package install
```
## Documentation
This project contains sample project structure and content, that can be used as reference when creating new Build Tools for VMware Aria projects.
## Contributing
The build-tools-for-vmware-aria-samples project team welcomes contributions from the community. Before you start working with build-tools-for-vmware-aria-samples, please
read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be
signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on
as an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING_DCO.md).
## License
Copyright 2023 VMware, Inc.
This product is licensed to you under the BSD 2 clause (the "License"). You may not use this product except in compliance with the License.
This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.