File tree Expand file tree Collapse file tree 2 files changed +14
-21
lines changed
Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 223223
224224 </pluginManagement >
225225 <plugins >
226+ <plugin >
227+ <groupId >org.apache.maven.plugins</groupId >
228+ <artifactId >maven-source-plugin</artifactId >
229+ <version >3.2.0</version >
230+ <executions >
231+ <execution >
232+ <id >attach-sources</id >
233+ <phase >verify</phase >
234+ <goals >
235+ <goal >jar</goal >
236+ </goals >
237+ </execution >
238+ </executions >
239+ </plugin >
226240 <plugin >
227241 <artifactId >maven-help-plugin</artifactId >
228242 <inherited >false</inherited >
Original file line number Diff line number Diff line change 9696 </properties >
9797 </configuration >
9898 </plugin >
99- <plugin >
100- <groupId >org.apache.maven.plugins</groupId >
101- <artifactId >maven-source-plugin</artifactId >
102- <version >3.2.0</version >
103- <executions >
104- <execution >
105- <id >attach-sources</id >
106- <phase >verify</phase >
107- <goals >
108- <goal >jar</goal >
109- </goals >
110- </execution >
111- </executions >
112- </plugin >
113- <!--
114- <plugin>
115- <groupId>org.apache.maven.plugins</groupId>
116- <artifactId>maven-release-plugin</artifactId>
117- <version>2.5.3</version>
118- </plugin>
119- -->
12099 <plugin >
121100 <groupId >org.codehaus.mojo</groupId >
122101 <artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments