File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 210210 <build >
211211 <sourceDirectory >src/java</sourceDirectory >
212212 <testSourceDirectory >src/test</testSourceDirectory >
213- <resources >
214- <resource >
215- <directory >${basedir} </directory >
216- <targetPath >META-INF</targetPath >
217- <includes >
218- <include >NOTICE.txt</include >
219- <include >LICENSE.txt</include >
220- </includes >
221- </resource >
222- </resources >
223213 <plugins >
224214 <plugin >
225215 <groupId >org.apache.maven.plugins</groupId >
@@ -283,33 +273,6 @@ org.apache.commons.io.output;version=${project.version}
283273 </archive >
284274 </configuration >
285275 </plugin >
286- <plugin >
287- <groupId >org.apache.maven.plugins</groupId >
288- <artifactId >maven-antrun-plugin</artifactId >
289- <version >1.1</version >
290- <!--
291- - Copy LICENSE.txt and NOTICE.txt so that they are included in the javadoc.jar
292- -->
293- <executions >
294- <execution >
295- <id >javadoc.resources</id >
296- <phase >generate-sources</phase >
297- <configuration >
298- <tasks >
299- <copy todir =" ${project.build.directory}/apidocs/META-INF" >
300- <fileset dir =" ${basedir}" >
301- <include name =" LICENSE.txt" />
302- <include name =" NOTICE.txt" />
303- </fileset >
304- </copy >
305- </tasks >
306- </configuration >
307- <goals >
308- <goal >run</goal >
309- </goals >
310- </execution >
311- </executions >
312- </plugin >
313276 </plugins >
314277 </build >
315278
You can’t perform that action at this time.
0 commit comments