File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 55
55
<maven-jar-plugin .version>3.4.2</maven-jar-plugin .version>
56
56
<maven-resources-plugin .version>3.3.1</maven-resources-plugin .version>
57
57
<maven-site-plugin .version>3.20.0</maven-site-plugin .version>
58
+ <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
58
59
<maven-surefire-plugin .version>3.5.0</maven-surefire-plugin .version>
59
60
<neo4j .experimental>false</neo4j .experimental>
60
61
<neo4j .version>4.4.11</neo4j .version>
255
256
</execution >
256
257
</executions >
257
258
</plugin >
259
+ <plugin >
260
+ <groupId >org.apache.maven.plugins</groupId >
261
+ <artifactId >maven-source-plugin</artifactId >
262
+ <version >${maven-source-plugin.version} </version >
263
+ <executions >
264
+ <execution >
265
+ <id >attach-sources</id >
266
+ <goals >
267
+ <goal >jar</goal >
268
+ </goals >
269
+ </execution >
270
+ </executions >
271
+ </plugin >
258
272
<plugin >
259
273
<groupId >org.apache.maven.plugins</groupId >
260
274
<artifactId >maven-enforcer-plugin</artifactId >
415
429
</execution >
416
430
</executions >
417
431
</plugin >
418
- <plugin >
419
- <groupId >org.apache.maven.plugins</groupId >
420
- <artifactId >maven-source-plugin</artifactId >
421
- <version >3.3.1</version >
422
- <executions >
423
- <execution >
424
- <id >attach-sources</id >
425
- <goals >
426
- <goal >jar</goal >
427
- </goals >
428
- </execution >
429
- </executions >
430
- </plugin >
431
432
<plugin >
432
433
<groupId >com.github.ekryd.sortpom</groupId >
433
434
<artifactId >sortpom-maven-plugin</artifactId >
568
569
<groupId >com.mycila</groupId >
569
570
<artifactId >license-maven-plugin</artifactId >
570
571
</plugin >
572
+ <plugin >
573
+ <groupId >org.apache.maven.plugins</groupId >
574
+ <artifactId >maven-source-plugin</artifactId >
575
+ </plugin >
571
576
</plugins >
572
577
</build >
573
578
</profile >
You can’t perform that action at this time.
0 commit comments