vro-scripting-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vmware.pscoe.iac</groupId>
<artifactId>vro-scripting-api</artifactId>
<version>4.19.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>typescript</artifactId>
<groupId>com.vmware.pscoe.iac</groupId>
<version>4.19.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.vmware.pscoe.iac</groupId>
<artifactId>vro-scripting-api</artifactId>
<name>${project.artifactId}</name>
<properties>
<attachFileName>vmware-pscoe-${project.artifactId}-${project.version}.tgz</attachFileName>
<main.basedir>${project.baseUri}../../</main.basedir>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>