We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3884d commit 66dad37Copy full SHA for 66dad37
1 file changed
pom.xml
@@ -210,6 +210,21 @@
210
<skipTests>true</skipTests>
211
</configuration>
212
</plugin>
213
+ <plugin>
214
+ <artifactId>maven-source-plugin</artifactId>
215
+ <version>2.1</version>
216
+ <configuration>
217
+ <attach>true</attach>
218
+ </configuration>
219
+ <executions>
220
+ <execution>
221
+ <phase>compile</phase>
222
+ <goals>
223
+ <goal>jar</goal>
224
+ </goals>
225
+ </execution>
226
+ </executions>
227
+ </plugin>
228
</plugins>
229
</build>
230
</project>
0 commit comments