summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-04-08 13:56:20 +0200
committerGitHub <noreply@github.com>2022-04-08 13:56:20 +0200
commitf2bbf271844651e5c4907b8be7e2f267b0e87c8d (patch)
tree0d33a6f132bb918b641f5a1f4bcb41316d0f166d /document
parent14dcd3abf7e08ed2fe41b4058739ab7a3fcfe878 (diff)
parentd3812063841b30457ce4e4eacf82d14b3ec2ed69 (diff)
Merge pull request #22052 from vespa-engine/maven-shade-plugin-config
Maven shade plugin config
Diffstat (limited to 'document')
-rw-r--r--document/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/document/pom.xml b/document/pom.xml
index 2b050a4904e..2a284f709db 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -77,26 +77,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <finalName>${project.artifactId}-jar-with-dependencies</finalName>
- <transformers>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>com.yahoo.document.foo</mainClass>
- </transformer>
- </transformers>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-javacc-maven-plugin</artifactId>
</plugin>