vrops-package
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.vmware.pscoe.vrops</groupId> <artifactId>vrops-package</artifactId> <version>4.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.vmware.pscoe.o11n</groupId> <artifactId>base-packages-parent</artifactId> <version>4.6.0</version> </parent> <groupId>com.vmware.pscoe.vrops</groupId> <artifactId>vrops-package</artifactId> <version>4.6.0</version> <packaging>pom</packaging> <licenses> <license> <name>BSD-2 License</name> <url>https://github.com/vmware/build-tools-for-vmware-aria/tree/main/licenses/bsd2_license</url> <distribution>repo</distribution> </license> </licenses> <properties> <main.basedir>${project.baseUri}../../../</main.basedir> </properties> <build> <pluginManagement> <plugins> <plugin> <groupId>com.vmware.pscoe.maven.plugins</groupId> <artifactId>vrops-package-maven-plugin</artifactId> <version>${revision}</version> <extensions>true</extensions> <configuration> <vrops> <host>${vrops.host}</host> <sshHost>${vrops.sshHost}</sshHost> <port>${vrops.port}</port> <sshPort>${vrops.sshPort}</sshPort> <dashboardUser>${vrops.dashboardUser}</dashboardUser> <username>${vrops.username}</username> <password>${vrops.password}</password> <serverId>${vrops.serverId}</serverId> <httpPort>${vrops.httpPort}</httpPort> <restUser>${vrops.restUser}</restUser> <restPassword>${vrops.restPassword}</restPassword> <restAuthSource>${vrops.restAuthSource}</restAuthSource> <restAuthProvider>${vrops.restAuthProvider}</restAuthProvider> </vrops> <ignoreSslCertificate>${vrealize.ssl.ignore.certificate}</ignoreSslCertificate> <ignoreSslHostname>${vrealize.ssl.ignore.hostname}</ignoreSslHostname> <socketTimeout>${vrealize.socket.timeout}</socketTimeout> <connectionTimeout>${vrealize.connection.timeout}</connectionTimeout> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <inherited>false</inherited> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <inherited>false</inherited> </plugin> </plugins> </build> </project>