client-java-examples-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.kubernetes</groupId> <artifactId>client-java-examples-parent</artifactId> <version>23.0.0-legacy</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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.kubernetes</groupId> <artifactId>client-java-parent</artifactId> <version>23.0.0-legacy</version> <relativePath>../pom.xml</relativePath> </parent> <version>23.0.0-legacy</version> <artifactId>client-java-examples-parent</artifactId> <packaging>pom</packaging> <name>client-java-examples-parent</name> <modules> <module>examples-release-16</module> <module>examples-release-17</module> <module>examples-release-18</module> <module>examples-release-19</module> </modules> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> </project>