This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 3333 </dependencies >
3434 <build >
3535 <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 >
3650 <plugin >
3751 <groupId >org.apache.maven.plugins</groupId >
3852 <artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 9090 </dependencies >
9191 <build >
9292 <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 >
93107 <plugin >
94108 <groupId >org.apache.maven.plugins</groupId >
95109 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments