We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a52dbb commit fec9b2aCopy full SHA for fec9b2a
pom.xml
@@ -136,8 +136,16 @@
136
<plugin>
137
<artifactId>maven-source-plugin</artifactId>
138
<configuration>
139
- <skipSource>true</skipSource>
140
</configuration>
+ <executions>
141
+ <execution>
142
+ <phase>package</phase>
143
+ <id>attach-sources</id>
144
+ <goals>
145
+ <goal>jar-no-fork</goal>
146
+ </goals>
147
+ </execution>
148
+ </executions>
149
</plugin>
150
151
0 commit comments