File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 </execution >
122122 </executions >
123123 </plugin >
124+ <plugin >
125+ <groupId >org.apache.maven.plugins</groupId >
126+ <artifactId >maven-source-plugin</artifactId >
127+ <version >3.4.0</version >
128+ <executions >
129+ <execution >
130+ <id >attach-sources</id >
131+ <goals >
132+ <goal >jar-no-fork</goal >
133+ </goals >
134+ </execution >
135+ </executions >
136+ </plugin >
124137 <plugin >
125138 <groupId >io.spring.javaformat</groupId >
126139 <artifactId >spring-javaformat-maven-plugin</artifactId >
173186 <plugin >
174187 <groupId >org.sonatype.central</groupId >
175188 <artifactId >central-publishing-maven-plugin</artifactId >
176- <version >0.9 .0</version >
189+ <version >0.10 .0</version >
177190 <extensions >true</extensions >
178191 <configuration >
179192 <publishingServerId >central</publishingServerId >
You can’t perform that action at this time.
0 commit comments