File tree 11 files changed +45
-160
lines changed
11 files changed +45
-160
lines changed Original file line number Diff line number Diff line change 28
28
</dependency >
29
29
</dependencies >
30
30
31
- <build >
32
- <plugins >
33
- <plugin >
34
- <groupId >org.apache.maven.plugins</groupId >
35
- <artifactId >maven-source-plugin</artifactId >
36
- <version >${maven-source-plugin.version} </version >
37
- <executions >
38
- <execution >
39
- <phase >package</phase >
40
- <goals >
41
- <goal >jar</goal >
42
- </goals >
43
- </execution >
44
- </executions >
45
- </plugin >
46
- </plugins >
47
- </build >
48
-
49
-
31
+
50
32
</project >
Original file line number Diff line number Diff line change 30
30
<scope >test</scope >
31
31
</dependency >
32
32
</dependencies >
33
-
34
- <build >
35
- <plugins >
36
- <plugin >
37
- <groupId >org.apache.maven.plugins</groupId >
38
- <artifactId >maven-source-plugin</artifactId >
39
- <version >${maven-source-plugin.version} </version >
40
- <executions >
41
- <execution >
42
- <phase >package</phase >
43
- <goals >
44
- <goal >jar</goal >
45
- </goals >
46
- </execution >
47
- </executions >
48
- </plugin >
49
- </plugins >
50
- </build >
51
-
33
+
52
34
</project >
Original file line number Diff line number Diff line change 36
36
<scope >test</scope >
37
37
</dependency >
38
38
</dependencies >
39
-
40
- <build >
41
- <plugins >
42
- <plugin >
43
- <groupId >org.apache.maven.plugins</groupId >
44
- <artifactId >maven-source-plugin</artifactId >
45
- <version >${maven-source-plugin.version} </version >
46
- <executions >
47
- <execution >
48
- <phase >package</phase >
49
- <goals >
50
- <goal >jar</goal >
51
- </goals >
52
- </execution >
53
- </executions >
54
- </plugin >
55
- </plugins >
56
- </build >
57
39
58
40
</project >
Original file line number Diff line number Diff line change 42
42
</dependency >
43
43
</dependencies >
44
44
45
- <build >
46
- <plugins >
47
- <plugin >
48
- <groupId >org.apache.maven.plugins</groupId >
49
- <artifactId >maven-source-plugin</artifactId >
50
- <version >${maven-source-plugin.version} </version >
51
- <executions >
52
- <execution >
53
- <phase >package</phase >
54
- <goals >
55
- <goal >jar</goal >
56
- </goals >
57
- </execution >
58
- </executions >
59
- </plugin >
60
- </plugins >
61
- </build >
62
-
45
+
63
46
</project >
Original file line number Diff line number Diff line change 146
146
</configuration >
147
147
</plugin >
148
148
</plugins >
149
- </pluginManagement >
149
+ </pluginManagement >
150
150
151
151
<plugins >
152
152
178
178
<skipIfEmpty >true</skipIfEmpty >
179
179
</configuration >
180
180
</plugin >
181
-
181
+
182
+ <plugin >
183
+ <groupId >org.apache.maven.plugins</groupId >
184
+ <artifactId >maven-source-plugin</artifactId >
185
+ <version >${maven-source-plugin.version} </version >
186
+ <executions >
187
+ <execution >
188
+ <phase >package</phase >
189
+ <goals >
190
+ <goal >jar</goal >
191
+ </goals >
192
+ </execution >
193
+ </executions >
194
+ </plugin >
195
+
182
196
<plugin >
183
197
<groupId >org.apache.maven.plugins</groupId >
184
198
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 62
62
</executions >
63
63
</plugin >
64
64
65
- <plugin >
66
- <groupId >org.apache.maven.plugins</groupId >
67
- <artifactId >maven-source-plugin</artifactId >
68
- <version >${maven-source-plugin.version} </version >
69
- <executions >
70
- <execution >
71
- <phase >package</phase >
72
- <goals >
73
- <goal >jar</goal >
74
- </goals >
75
- </execution >
76
- </executions >
77
- </plugin >
78
-
79
65
<plugin >
80
66
<groupId >org.apache.maven.plugins</groupId >
81
67
<artifactId >maven-antrun-plugin</artifactId >
Original file line number Diff line number Diff line change 31
31
</dependency >
32
32
</dependencies >
33
33
34
- <build >
35
- <plugins >
36
- <plugin >
37
- <groupId >org.apache.maven.plugins</groupId >
38
- <artifactId >maven-source-plugin</artifactId >
39
- <version >${maven-source-plugin.version} </version >
40
- <executions >
41
- <execution >
42
- <phase >package</phase >
43
- <goals >
44
- <goal >jar</goal >
45
- </goals >
46
- </execution >
47
- </executions >
48
- </plugin >
49
- </plugins >
50
- </build >
51
34
52
35
</project >
Original file line number Diff line number Diff line change 37
37
</dependency >
38
38
</dependencies >
39
39
40
- <build >
41
- <plugins >
42
- <plugin >
43
- <groupId >org.apache.maven.plugins</groupId >
44
- <artifactId >maven-source-plugin</artifactId >
45
- <version >${maven-source-plugin.version} </version >
46
- <executions >
47
- <execution >
48
- <phase >package</phase >
49
- <goals >
50
- <goal >jar</goal >
51
- </goals >
52
- </execution >
53
- </executions >
54
- </plugin >
55
- </plugins >
56
- </build >
57
-
40
+
58
41
</project >
Original file line number Diff line number Diff line change 24
24
</dependency >
25
25
</dependencies >
26
26
27
- <build >
28
- <plugins >
29
- <plugin >
30
- <groupId >org.apache.maven.plugins</groupId >
31
- <artifactId >maven-source-plugin</artifactId >
32
- <version >${maven-source-plugin.version} </version >
33
- <executions >
34
- <execution >
35
- <phase >package</phase >
36
- <goals >
37
- <goal >jar</goal >
38
- </goals >
39
- </execution >
40
- </executions >
41
- </plugin >
42
- </plugins >
43
- </build >
44
27
45
28
</project >
Original file line number Diff line number Diff line change 31
31
</dependency >
32
32
</dependencies >
33
33
34
- <build >
35
- <plugins >
36
- <plugin >
37
- <groupId >org.apache.maven.plugins</groupId >
38
- <artifactId >maven-source-plugin</artifactId >
39
- <version >${maven-source-plugin.version} </version >
40
- <executions >
41
- <execution >
42
- <phase >package</phase >
43
- <goals >
44
- <goal >jar</goal >
45
- </goals >
46
- </execution >
47
- </executions >
48
- </plugin >
49
- </plugins >
50
- </build >
51
34
52
35
</project >
Original file line number Diff line number Diff line change 30
30
</resource >
31
31
</resources >
32
32
<plugins >
33
+
34
+ <plugin >
35
+ <groupId >org.apache.maven.plugins</groupId >
36
+ <artifactId >maven-source-plugin</artifactId >
37
+ <version >${maven-source-plugin.version} </version >
38
+ <configuration >
39
+ <includes >
40
+ <include >**/META-INF/*</include >
41
+ </includes >
42
+
43
+ <excludes >
44
+ <exclude >x**</exclude >
45
+ </excludes >
46
+ </configuration >
47
+ <executions >
48
+ <execution >
49
+ <phase >package</phase >
50
+ <goals >
51
+ <goal >jar</goal >
52
+ </goals >
53
+ </execution >
54
+ </executions >
55
+ </plugin >
56
+
33
57
<plugin >
34
58
<groupId >org.apache.maven.plugins</groupId >
35
59
<artifactId >maven-site-plugin</artifactId >
41
65
</plugins >
42
66
</build >
43
67
44
- </project >
68
+ </project >
You can’t perform that action at this time.
0 commit comments