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 266266 </configuration >
267267 </plugin >
268268
269- <!-- Attach Javadoc and source -->
270- <plugin >
271- <groupId >org.apache.maven.plugins</groupId >
272- <artifactId >maven-javadoc-plugin</artifactId >
273- <version >${maven-javadoc-plugin.version} </version >
274- <executions >
275- <execution >
276- <id >attach-javadocs</id >
277- <goals >
278- <goal >jar</goal >
279- </goals >
280- </execution >
281- </executions >
282- </plugin >
283- <plugin >
284- <groupId >org.apache.maven.plugins</groupId >
285- <artifactId >maven-source-plugin</artifactId >
286- <version >${maven-source-plugin.version} </version >
287- <executions >
288- <execution >
289- <id >attach-sources</id >
290- <goals >
291- <goal >jar</goal >
292- </goals >
293- </execution >
294- </executions >
295- </plugin >
296-
297269 <!-- Integration tests execution -->
298270 <plugin >
299271 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments