Git Product home page Git Product logo

cipmaftei / build-tools-for-vmware-aria Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vmware/build-tools-for-vmware-aria

0.0 0.0 0.0 19.49 MB

Build Tools for VMware Aria provides development and release management tools for implementing automation solutions based on the VMware Aria Suite and VMware Cloud Director. The solution enables Virtual Infrastructure Administrators and Automation Developers to use standard DevOps practices for managing and deploying content.

License: Other

Shell 1.39% JavaScript 2.95% Python 0.04% Java 62.64% Groovy 0.69% PowerShell 0.05% TypeScript 23.62% CSS 0.01% HTML 0.28% Batchfile 0.01% FreeMarker 8.29% Dockerfile 0.03%

build-tools-for-vmware-aria's Introduction

Build Tools for VMware Aria

This repository contains the source code for the Build Tools for VMware Aria, formally knows as vRealize Build Tools. Build Tools for VMware Aria provides development and release management tools for implementing automation solutions based on the VMware Aria Suite (VMware Aria Automation, VMware Aria Automation Orchestrator, VMware Aria Operations, VMware Aria Automation Pipelines, Aria Operations for Logs) and VMware Cloud Director. The solution enables Virtual Infrastructure Administrators and Automation Developers to use standard DevOps practices for managing and deploying content.

Documentation

How to build

  1. Update ~/.m2/settings.xml with:
    <profiles>
        <profile>
            <id>packaging</id>
            <properties>
                <keystoreGroupId>com.vmware.pscoe.build</keystoreGroupId>
                <keystoreArtifactId>keystore.example</keystoreArtifactId>
                <keystoreVersion>1.0.0</keystoreVersion>
                <vroPrivateKeyPem>target/${keystoreArtifactId}-${keystoreVersion}/private_key.pem</vroPrivateKeyPem>
                <vroCertificatePem>target/${keystoreArtifactId}-${keystoreVersion}/cert.pem</vroCertificatePem>
                <vroKeyPass>VMware1!</vroKeyPass>
            </properties>
        </profile>
    </profiles>
    <activeProfiles>
        <activeProfile>packaging</activeProfile>
    </activeProfiles>
  2. Execute:
    mvn clean install -f common/keystore-example/pom.xml
    mvn clean install -f maven/npmlib/pom.xml 
    mvn clean install -f pom.xml 
    mvn clean install -f maven/base-package/pom.xml
    mvn clean install -f packages/pom.xml
    mvn clean install -f maven/typescript-project-all/pom.xml
    mvn clean install -f maven/repository/pom.xml

Package dependencies

  • npm: 6.14.13
  • node: 14.17.1
  • maven: 3.8.7
  • jdk: 17

Support

You can find detailed support statement here

build-tools-for-vmware-aria's People

Contributors

n-vodenicharski avatar michaelpalacce avatar gowthamr-vmware avatar radoslavkk avatar iludart avatar ivo-kotev avatar akantchev avatar mtopchieva avatar svc-wwcoe-ci-admin avatar rehiq avatar dependabot[bot] avatar yashvirpathak avatar pe1pip avatar konstantin-nachev avatar imihov1988 avatar eaglebarry avatar akashayyappan avatar marianmarinov avatar abarajasca avatar joroaf avatar mmidolesov avatar krasimirr avatar quentinlegay avatar venelinbakalov avatar kjiju avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.