Skip to content

Commit fc9c3cc

Browse files
committed
Attach sources
1 parent 9bfd74a commit fc9c3cc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
</plugin>
125125
</plugins>
126126
</pluginManagement>
127+
127128
<plugins>
128129
<plugin>
129130
<groupId>org.apache.maven.plugins</groupId>
@@ -208,7 +209,20 @@
208209
</dependency>
209210
</dependencies>
210211
</plugin>
211-
</plugins>
212+
<plugin>
213+
<groupId>org.apache.maven.plugins</groupId>
214+
<artifactId>maven-source-plugin</artifactId>
215+
<executions>
216+
<execution>
217+
<id>attach-sources</id>
218+
<goals>
219+
<goal>jar</goal>
220+
</goals>
221+
</execution>
222+
</executions>
223+
</plugin>
224+
225+
</plugins>
212226
</build>
213227
<modules>
214228
<module>build-tools</module>

0 commit comments

Comments
 (0)