This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree 2 files changed +28
-0
lines changed
spring-cloud-common-security-config
spring-cloud-common-security-config-core
spring-cloud-common-security-config-web 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 33
33
</dependencies >
34
34
<build >
35
35
<plugins >
36
+ <plugin >
37
+ <groupId >org.apache.maven.plugins</groupId >
38
+ <artifactId >maven-source-plugin</artifactId >
39
+ <version >3.3.0</version >
40
+ <executions >
41
+ <execution >
42
+ <id >source</id >
43
+ <goals >
44
+ <goal >jar</goal >
45
+ </goals >
46
+ <phase >package</phase >
47
+ </execution >
48
+ </executions >
49
+ </plugin >
36
50
<plugin >
37
51
<groupId >org.apache.maven.plugins</groupId >
38
52
<artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 90
90
</dependencies >
91
91
<build >
92
92
<plugins >
93
+ <plugin >
94
+ <groupId >org.apache.maven.plugins</groupId >
95
+ <artifactId >maven-source-plugin</artifactId >
96
+ <version >3.3.0</version >
97
+ <executions >
98
+ <execution >
99
+ <id >source</id >
100
+ <goals >
101
+ <goal >jar</goal >
102
+ </goals >
103
+ <phase >package</phase >
104
+ </execution >
105
+ </executions >
106
+ </plugin >
93
107
<plugin >
94
108
<groupId >org.apache.maven.plugins</groupId >
95
109
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments