summaryrefslogtreecommitdiffstats
path: root/container-search-gui/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2022-08-12 13:51:48 +0200
committerMorten Tokle <mortent@yahooinc.com>2022-08-17 13:02:27 +0200
commita3f3c79adcfd814a0588e100163071766c73ec40 (patch)
tree69ebece4131dbdcd289af62dff2e2eb55eb49ab1 /container-search-gui/pom.xml
parent0936584bd463831c14631906abfea7f683ad9822 (diff)
Remove container-search-gui
Diffstat (limited to 'container-search-gui/pom.xml')
-rw-r--r--container-search-gui/pom.xml60
1 files changed, 0 insertions, 60 deletions
diff --git a/container-search-gui/pom.xml b/container-search-gui/pom.xml
deleted file mode 100644
index 74a854ce4a3..00000000000
--- a/container-search-gui/pom.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0"?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>parent</artifactId>
- <version>8-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
- <artifactId>container-search-gui</artifactId>
- <packaging>container-plugin</packaging>
- <version>8-SNAPSHOT</version>
- <dependencies>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>container-dev</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <!-- TODO: alternative solution. For now, don't call out during build.
- <plugin>
- <groupId>com.googlecode.maven-download-plugin</groupId>
- <artifactId>download-maven-plugin</artifactId>
- <version>1.3.0</version>
- <executions>
- <execution>
- <phase>prepare-package</phase>
- <goals>
- <goal>wget</goal>
- </goals>
- <configuration>
- <url>https://docs.vespa.ai/en/reference/search-api-reference.html</url>
- <outputFileName>search-api-reference.html</outputFileName>
- <outputDirectory>${project.build.outputDirectory}/gui/_includes/</outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
- -->
- <plugin>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>bundle-plugin</artifactId>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <!-- Explicit for IntelliJ to detect correct language level from parent -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
-</project>