summaryrefslogtreecommitdiff
path: root/java/client-java14/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/client-java14/pom.xml')
-rw-r--r--java/client-java14/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/client-java14/pom.xml b/java/client-java14/pom.xml
index ffb705a1e4..2370e0abea 100644
--- a/java/client-java14/pom.xml
+++ b/java/client-java14/pom.xml
@@ -218,6 +218,19 @@
</execution>
</executions>
</plugin>
+ <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>
+
</plugins>
</build>