summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-07-08 15:03:02 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-07-08 15:03:02 +0200
commitb880069f8008a74b19d6bb8759cecd1f9a957ddf (patch)
tree9535828f7589397a08963a7d7e46a2b2cba5434b /vespa-hadoop
parentd26d5f3aa3d47eb85049d57acc881942b1db5329 (diff)
Avoid double source jar uploads.
Diffstat (limited to 'vespa-hadoop')
-rw-r--r--vespa-hadoop/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index 8060a2d67a1..4dd0ade7499 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -220,19 +220,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${vespaClients.jdk.releaseVersion}</release>