Skip to content

Commit 37ed071

Browse files
committed
CASC-152
attach jars to source generation.
1 parent 7d4c354 commit 37ed071

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@
7777
<threadCount>1</threadCount>
7878
</configuration>
7979
</plugin>
80+
<plugin>
81+
<artifactId>maven-source-plugin</artifactId>
82+
<executions>
83+
<execution>
84+
<id>attach-sources</id>
85+
<goals>
86+
<goal>jar</goal>
87+
</goals>
88+
</execution>
89+
</executions>
90+
</plugin>
8091
<!--
8192
<plugin>
8293
<groupId>com.atlassian.maven.plugins</groupId>

0 commit comments

Comments
 (0)