This repository was archived by the owner on Jun 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
102
102
<wagon-ssh .version>1.0</wagon-ssh .version>
103
103
<maven-clover2-plugin .version>3.3.0</maven-clover2-plugin .version>
104
104
<maven-bundle-plugin .version>2.5.0</maven-bundle-plugin .version>
105
+ <maven-source-plugin .version>2.4</maven-source-plugin .version>
105
106
</properties >
106
107
107
108
<modules >
@@ -184,6 +185,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
184
185
<artifactId >maven-bundle-plugin</artifactId >
185
186
<version >${maven-bundle-plugin.version} </version >
186
187
</plugin >
188
+ <plugin >
189
+ <groupId >org.apache.maven.plugins</groupId >
190
+ <artifactId >maven-source-plugin</artifactId >
191
+ <version >${maven-source-plugin.version} </version >
192
+ </plugin >
187
193
</plugins >
188
194
</pluginManagement >
189
195
@@ -249,6 +255,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
249
255
<inherited >true</inherited >
250
256
<extensions >true</extensions >
251
257
</plugin >
258
+ <plugin >
259
+ <groupId >org.apache.maven.plugins</groupId >
260
+ <artifactId >maven-source-plugin</artifactId >
261
+ <executions >
262
+ <execution >
263
+ <id >attach-sources</id >
264
+ <phase >verify</phase >
265
+ <goals >
266
+ <goal >jar-no-fork</goal >
267
+ <goal >test-jar-no-fork</goal >
268
+ </goals >
269
+ </execution >
270
+ </executions >
271
+ </plugin >
252
272
</plugins >
253
273
</build >
254
274
You can’t perform that action at this time.
0 commit comments