<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2019 Red Hat, Inc. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at: https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 Contributors: Red Hat, Inc. - initial API and implementation --> <project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.jkube</groupId> <artifactId>jkube-maven-sample-dependency-resources</artifactId> <version>0.1-SNAPSHOT</version> </parent> <artifactId>jkube-maven-sample-dependency-resources-dependent</artifactId> <packaging>jar</packaging> <dependencies> <dependency> <artifactId>jkube-maven-sample-dependency-resources-dependency</artifactId> <groupId>org.eclipse.jkube</groupId> <version>0.1-SNAPSHOT</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.eclipse.jkube</groupId> <artifactId>kubernetes-maven-plugin</artifactId> </plugin> </plugins> </build> </project>