File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 199199 </configuration >
200200 </plugin >
201201
202- <!-- Generate Javadoc JAR -->
203- <plugin >
204- <groupId >org.apache.maven.plugins</groupId >
205- <artifactId >maven-javadoc-plugin</artifactId >
206- <version >3.11.2</version >
207- <executions >
208- <execution >
209- <id >attach-javadocs</id >
210- <goals >
211- <goal >jar</goal >
212- </goals >
213- </execution >
214- </executions >
215- <configuration >
216- <failOnError >false</failOnError >
217- </configuration >
218- </plugin >
219-
220- <!-- Generate Sources JAR -->
221- <plugin >
222- <groupId >org.apache.maven.plugins</groupId >
223- <artifactId >maven-source-plugin</artifactId >
224- <version >3.3.1</version >
225- <executions >
226- <execution >
227- <id >attach-sources</id >
228- <goals >
229- <goal >jar</goal >
230- </goals >
231- </execution >
232- </executions >
233- </plugin >
234-
235202 </plugins >
236203 </build >
237204
You can’t perform that action at this time.
0 commit comments