aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/mso/Chart.yaml
blob: ab67e0afdc667bf5913cf69947f242d3ca33d465 (plain)
1
2
3
4
apiVersion: v1
description: A Helm chart for Kubernetes
name: mso
version: 1.1.0
Web resource overlay for the DCAE DMaaP Bus Controller GUI</description> <properties> <encoding>UTF-8</encoding> <!-- Tests usually require some setup that maven cannot do, so skip. --> <skiptests>true</skiptests> </properties> <build> <plugins> <!-- Silence Eclipse warnings by declaring Java 1.8 class output format --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> <dependencies> <!-- Silence Eclipse warning on JSPs by declaring dependencies --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</version> </dependency> </dependencies> <!-- no distributionManagement section; no jars pushed to Maven central --> </project>