Commit 64df22d 1 parent 6327bf0 commit 64df22d Copy full SHA for 64df22d
File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 10
10
<version >8.0-SNAPSHOT</version >
11
11
<build >
12
12
<plugins >
13
+ <plugin >
14
+ <artifactId >maven-source-plugin</artifactId >
15
+ <version >3.2.1</version >
16
+ <executions >
17
+ <execution >
18
+ <goals >
19
+ <goal >jar</goal >
20
+ </goals >
21
+ </execution >
22
+ </executions >
23
+ </plugin >
13
24
<plugin >
14
25
<artifactId >maven-shade-plugin</artifactId >
15
26
<version >3.3.0</version >
Original file line number Diff line number Diff line change 14
14
15
15
<build >
16
16
<plugins >
17
+
18
+ <!-- Maven Source Plugin -->
19
+ <plugin >
20
+ <groupId >org.apache.maven.plugins</groupId >
21
+ <artifactId >maven-source-plugin</artifactId >
22
+ <version >3.2.1</version >
23
+ <executions >
24
+ <execution >
25
+ <goals >
26
+ <goal >jar</goal >
27
+ </goals >
28
+ </execution >
29
+ </executions >
30
+ </plugin >
17
31
<plugin >
18
32
<groupId >org.apache.maven.plugins</groupId >
19
33
<artifactId >maven-shade-plugin</artifactId >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments