File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 168168 </execution >
169169 </executions >
170170 </plugin >
171- <plugin >
172- <groupId >org.apache.maven.plugins</groupId >
173- <artifactId >maven-javadoc-plugin</artifactId >
174- <version >3.0.0</version >
175- <executions >
176- <execution >
177- <id >attach-javadocs</id >
178- <phase >install</phase >
179- <goals >
180- <goal >jar</goal >
181- </goals >
182- </execution >
183- </executions >
184- </plugin >
185- <plugin >
186- <groupId >org.apache.maven.plugins</groupId >
187- <artifactId >maven-source-plugin</artifactId >
188- <version >3.0.1</version >
189- <executions >
190- <execution >
191- <id >attach-sources</id >
192- <phase >install</phase >
193- <goals >
194- <goal >jar</goal >
195- </goals >
196- </execution >
197- </executions >
198- </plugin >
199171 </plugins >
200172 </build >
201173
You can’t perform that action at this time.
0 commit comments