We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4c354 commit 37ed071Copy full SHA for 37ed071
1 file changed
pom.xml
@@ -77,6 +77,17 @@
77
<threadCount>1</threadCount>
78
</configuration>
79
</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>
91
<!--
92
<plugin>
93
<groupId>com.atlassian.maven.plugins</groupId>
0 commit comments