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 9bfd74a commit fc9c3ccCopy full SHA for fc9c3cc
pom.xml
@@ -124,6 +124,7 @@
124
</plugin>
125
</plugins>
126
</pluginManagement>
127
+
128
<plugins>
129
<plugin>
130
<groupId>org.apache.maven.plugins</groupId>
@@ -208,7 +209,20 @@
208
209
</dependency>
210
</dependencies>
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>
226
</build>
227
<modules>
228
<module>build-tools</module>
0 commit comments