helm-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.microbean</groupId> <artifactId>helm-maven-plugin</artifactId> <version>2.8.2.1.1.2</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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.microbean</groupId> <artifactId>helm-maven-plugin</artifactId> <version>2.8.2.1.1.2</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.microbean</groupId> <artifactId>microbean-pluginmanagement-pom</artifactId> <version>5</version> </parent> <name>microBean Helm Maven Plugin</name> <description>A Maven plugin for Helm.</description> <inceptionYear>2017</inceptionYear> <url>https://microbean.github.io/${project.artifactId}</url> <scm> <connection>scm:git:git@github.com:microbean/${project.artifactId}.git</connection> <developerConnection>scm:git:git@github.com:microbean/${project.artifactId}.git</developerConnection> <url>https://github.com/microbean/${project.artifactId}/</url> <tag>v2.8.2.1.1.2</tag> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.5.4</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>3.5.4</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.5.2</version> <type>jar</type> </dependency> <dependency> <groupId>org.microbean</groupId> <artifactId>microbean-helm</artifactId> <version>2.8.2.1.1.1</version> <type>jar</type> </dependency> <dependency> <groupId>io.fabric8</groupId> <artifactId>kubernetes-client</artifactId> <version>3.2.0</version> <type>jar</type> </dependency> <dependency> <groupId>org.microbean</groupId> <artifactId>microbean-development-annotations</artifactId> <version>0.1.3</version> <type>jar</type> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.25</version> <type>jar</type> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.20</version> <type>jar</type> </dependency> </dependencies> </dependencyManagement> <dependencies> <!-- Compile-scoped dependencies. --> <dependency> <groupId>io.fabric8</groupId> <artifactId>kubernetes-client</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.microbean</groupId> <artifactId>microbean-development-annotations</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.microbean</groupId> <artifactId>microbean-helm</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <!-- Provided-scoped dependencies. --> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <type>jar</type> <scope>provided</scope> </dependency> <!-- Test-scoped dependencies. --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <type>jar</type> <scope>test</scope> </dependency> </dependencies> <build> <extensions> <extension> <groupId>kr.motd.maven</groupId> <artifactId>os-maven-plugin</artifactId> <version>1.6.0</version> </extension> </extensions> <resources> <resource> <directory>src/main/resources</directory> </resource> <resource> <targetPath>META-INF</targetPath> <directory /> <includes> <include>LICENSE</include> </includes> </resource> </resources> <testResources /> <pluginManagement> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <offlineLinks> <offlineLink> <url>http://static.javadoc.io/io.fabric8/kubernetes-client/3.1.8</url> <location>${project.basedir}/src/main/javadoc/io/fabric8/kubernetes-client/3.1.8</location> </offlineLink> </offlineLinks> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.4</version> </plugin> <plugin> <groupId>org.jboss.jandex</groupId> <artifactId>jandex-maven-plugin</artifactId> <version>1.0.5</version> </plugin> <plugin> <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> <version>0.3.3</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>com.github.github</groupId> <artifactId>site-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> <executions> <execution> <id>Generate index of JSR-330-annotated classes</id> <goals> <goal>main-index</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <properties> <!-- findbugs-maven-plugin properties; see http://gleclaire.github.io/findbugs-maven-plugin/findbugs-mojo.html --> <findbugs.effort>Max</findbugs.effort> <findbugs.excludeFilterFile>src/findbugs/exclude.xml</findbugs.excludeFilterFile> <findbugs.threshold>Medium</findbugs.threshold> <!-- maven-javadoc-plugin properties; see https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html --> <doctitle><a href="${project.url}" target="_parent"><span style="font-family:Lobster, cursive;">µb</span> ${project.artifactId}</a> ${project.version} <a href="https://travis-ci.org/microbean/${project.artifactId}" target="_parent"><img src="https://travis-ci.org/microbean/${project.artifactId}.svg?branch=master"></a> <a href="https://maven-badges.herokuapp.com/maven-central/${project.groupId}/${project.artifactId}" target="_parent"><img src="https://maven-badges.herokuapp.com/maven-central/${project.groupId}/${project.artifactId}/badge.svg"/></a></doctitle> <links>https://maven.apache.org/ref/3.5.0/maven-plugin-api/apidocs/,https://maven.apache.org/components/ref/3.5.0/maven-core/apidocs/,https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs,https://maven.apache.org/components/ref/3.5.0/maven-model/apidocs,https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/apidocs/,https://www.grpc.io/grpc-java/javadoc/,https://developers.google.com/protocol-buffers/docs/reference/java/,https://microbean.github.io/microbean-helm/apidocs/</links> <stylesheetfile>css/stylesheet.css</stylesheetfile> <!-- maven-release-plugin properties; see http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html --> <goals>deploy,site-deploy</goals> <scmCommentPrefix>[maven-release-plugin] [skip ci]</scmCommentPrefix> <!-- maven-surefire-plugin properties; see http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html --> <trimStackTrace>false</trimStackTrace> </properties> <reporting> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <artifactId>maven-plugin-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> </plugin> </plugins> </reporting> </project>