-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.10
-
Fix Version/s: 0.14
-
Component/s: None
-
Labels:None
I have rat configured as such
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/conf/**</exclude>
</excludes>
</configuration>
</plugin>
And with every build where it triggers, I see
Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
- depends upon
-
DOXIA-526 remove xerces:xercesImpl dependency
-
- Closed
-
- is related to
-
ACCUMULO-3605 Backport workaround for RAT-158 warning in the build
-
- Resolved
-
-
MPOM-68 avoid Rat plugin warning
-
- Closed
-
-
MPOM-69 avoid Rat plugin warning
-
- Closed
-