This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch fix/RAT-353
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/fix/RAT-353 by this push:
new a8916cd3 RAT-359: Remove resources plugin config as it does not work
to copy over the fonts
a8916cd3 is described below
commit a8916cd332f53c3df95befb3f7611c0a27e85518
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Jan 23 00:42:21 2024 +0100
RAT-359: Remove resources plugin config as it does not work to copy over
the fonts
---
pom.xml | 39 ---------------------------------------
1 file changed, 39 deletions(-)
diff --git a/pom.xml b/pom.xml
index f22e8224..56886fed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,45 +460,6 @@ agnostic home for software distribution comprehension and
audit tools.
</plugins>
</pluginManagement>
<plugins>
- <!-- RAT-353, RAT-359: font files were generated from
https://github.com/marchof/the-missing-javadoc-fonts
- and are not copied over properly neither with maven-antrun nor with
resources-plugin as Javadoc run empties the apidocs directory
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-javadoc-font-resources-to-site</id>
- <phase>install</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
-
<outputDirectory>${project.build.directory}/site/apidocs/</outputDirectory>
- <resources>
- <resource>
- <directory>src/site/javadocFont</directory>
- <filtering>false</filtering>
- </resource>
- </resources>
- </configuration>
- </execution>
- <execution>
- <id>copy-javadoc-font-resources-to-staging</id>
- <phase>install</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
-
<outputDirectory>${project.build.directory}/staging/apidocs/</outputDirectory>
- <resources>
- <resource>
- <directory>src/site/javadocFont</directory>
- <filtering>false</filtering>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>