https://github.com/vmware/build-tools-for-vmware-aria
Getting Started
- You need to download Apache Maven from the following URL and add it to your windows path environment variable https://maven.apache.org/download.cgi
- You need to download NodeJS v22.x LTS from the following URL and add it to your windows path environment variable https://nodejs.org/en/download/archive/v22.22.0
- You need to download the latest version of the Java SE Development Kit v21.x rom the following URL and add it to your windows path environment variable https://www.oracle.com/uk/java/technologies/downloads/#java21
Create a Maven Master Password
mvn--encrypt-master-passwordStore this encrypted string in the settings-security.xml located in the %USERPROFILE%\.m2 folder. If this does not already exist, then create it with the following content:
<settingsSecurity>
<master>INSERT-YOUR-ENCRYPTED-STRING-HERE</master>
</settingsSecurity>Maven Command Lines and Their Results
- Build Tools – Project Generation – Automation Archetype
- Build Tools – Project Generation – Cloud Director Archetype
- Build Tools – Project Generation – Code Stream Archetype
- Build Tools – Project Generation – JavaScript Actions Archetype
- Build Tools – Project Generation – Log Insight Archetype
- Build Tools – Project Generation – Mixed JavaScript Actions and XML Workflows Archetype
- Build Tools – Project Generation – Operations Archetype
- Build Tools – Project Generation – Polyglot Archetype
- Build Tools – Project Generation – SSH Archetype
- Build Tools – Project Generation – TypeScript Archetype
- Build Tools – Project Generation – TypeScript Automation Archetype
- Build Tools – Project Generation – XML Workflows Archetype
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
