Skip to content

Commit fec9b2a

Browse files
committed
Revert skipping sources
1 parent 9a52dbb commit fec9b2a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,16 @@
136136
<plugin>
137137
<artifactId>maven-source-plugin</artifactId>
138138
<configuration>
139-
<skipSource>true</skipSource>
140139
</configuration>
140+
<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>
141149
</plugin>
142150

143151
<plugin>

0 commit comments

Comments
 (0)