See 
<https://builds.apache.org/job/sling-org-apache-sling-xss-1.8/65/display/redirect?page=changes>

Changes:

[radu] SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to every module

[radu] SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every module

------------------------------------------
[...truncated 112.66 KB...]
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NumberFormatException
        at java.math.BigDecimal.<init>(BigDecimal.java:494)
        at java.math.BigDecimal.<init>(BigDecimal.java:383)
        at java.math.BigDecimal.<init>(BigDecimal.java:806)
        at 
org.owasp.esapi.reference.validation.NumberValidationRule.safelyParse(NumberValidationRule.java:110)
        ... 31 more
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping xls=application/msexcel: Mapping 
xls=application/vnd.ms-excel already exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping xlsx=application/msexcel: Mapping 
xlsx=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet already 
exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping ppt=application/mspowerpoint: Mapping 
ppt=application/vnd.ms-powerpoint already exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping pptx=application/mspowerpoint: Mapping 
pptx=application/vnd.openxmlformats-officedocument.presentationml.presentation 
already exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping class=application/octet-stream: Mapping 
class=application/java-vm already exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping exe=application/octet-stream: Mapping 
exe=application/x-msdownload already exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping msi=application/octet-stream: Mapping 
msi=application/x-msdownload already exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping psd=application/photoshop: Mapping 
psd=image/vnd.adobe.photoshop already exists
[main] INFO org.apache.sling.testing.mock.sling.services.MockMimeTypeService - 
registerMimeType: Ignoring mapping rtf=text/rtf: Mapping rtf=application/rtf 
already exists
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Installed policy from 
/apps/sling/xss/configWithoutHref.xml.
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Registered a resource 
change listener for file /apps/sling/xss/configWithoutHref.xml.
[main] WARN org.apache.sling.xss.impl.XSSAPIImpl - Invalid URI.
java.net.URISyntaxException: Illegal character in fragment at index 7: 
&#x6a;&#x61;&#x76;&#x61;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x3a;alert(1)
        at java.net.URI$Parser.fail(URI.java:2848)
        at java.net.URI$Parser.checkChars(URI.java:3021)
        at java.net.URI$Parser.parse(URI.java:3067)
        at java.net.URI.<init>(URI.java:588)
        at 
org.apache.sling.xss.impl.XSSAPIImpl.mangleNamespaces(XSSAPIImpl.java:189)
        at 
org.apache.sling.xss.impl.XSSAPIImpl.getValidHref(XSSAPIImpl.java:245)
        at 
org.apache.sling.xss.impl.XSSAPIImplTest.testHref(XSSAPIImplTest.java:315)
        at 
org.apache.sling.xss.impl.XSSAPIImplTest.testGetValidHrefWithoutHrefConfig(XSSAPIImplTest.java:350)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Could not find a policy 
file at the configured location sling/xss/config.xml. Attempting to use the 
default resource embedded in the bundle.
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Installed policy from the 
embedded SLING-INF/content/config.xml file from the bundle.
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Could not find a policy 
file at the configured location sling/xss/config.xml. Attempting to use the 
default resource embedded in the bundle.
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Installed policy from the 
embedded SLING-INF/content/config.xml file from the bundle.
[main] INFO org.apache.sling.xss.impl.HtmlToHtmlContentContext - AntiSamy 
warning: The script tag is not allowed for security reasons. This tag should 
not affect the display of the input. 
[main] INFO org.apache.sling.xss.impl.HtmlToHtmlContentContext - AntiSamy 
warning: The p tag contained an attribute that we could not process. The 
onmouseover attribute has been filtered out, but the tag is still in place. The 
value of the attribute was "ugly".
[main] INFO org.apache.sling.xss.impl.HtmlToHtmlContentContext - AntiSamy 
warning: The img tag contained an attribute that we could not process. The src 
attribute had a value of "javascript&#58;ugly". This value could not be 
accepted for security reasons. We have chosen to remove the entire img tag in 
order to continue processing the input.
[main] INFO org.apache.sling.xss.impl.HtmlToHtmlContentContext - AntiSamy 
warning: The a tag contained an attribute that we could not process. The href 
attribute had a value of " javascript&#58;alert&#40;23&#41;". This value could 
not be accepted for security reasons. We have chosen to remove this attribute 
from the tag and leave everything else in place so that we could process the 
input.
[main] INFO org.apache.sling.xss.impl.HtmlToHtmlContentContext - AntiSamy 
warning: The table tag contained an attribute that we could not process. The 
background attribute had a value of 
"http&#58;&#47;&#47;www&#46;google&#46;com". This value could not be accepted 
for security reasons. We have chosen to remove this attribute from the tag and 
leave everything else in place so that we could process the input.
[main] INFO org.apache.sling.xss.impl.HtmlToHtmlContentContext - AntiSamy 
warning: The a tag contained an attribute that we could not process. The href 
attribute had a value of "javascript&amp;colon&#59;alert&#40;23&#41;". This 
value could not be accepted for security reasons. We have chosen to remove this 
attribute from the tag and leave everything else in place so that we could 
process the input.
[main] INFO org.apache.sling.xss.impl.HtmlToHtmlContentContext - AntiSamy 
warning: The style tag contained an attribute that we could not process. The 
onload attribute has been filtered out, but the tag is still in place. The 
value of the attribute was "alert&#40;23&#41;".
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Could not find a policy 
file at the configured location sling/xss/config.xml. Attempting to use the 
default resource embedded in the bundle.
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Installed policy from the 
embedded SLING-INF/content/config.xml file from the bundle.
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.161 sec - in 
org.apache.sling.xss.impl.XSSAPIImplTest
Running org.apache.sling.xss.impl.XSSProtectionServiceImplTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.sling.xss.impl.XSSProtectionServiceImplTest
Running org.apache.sling.xss.impl.XSSFilterImplTest
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Could not find a policy 
file at the configured location sling/xss/config.xml. Attempting to use the 
default resource embedded in the bundle.
[main] INFO org.apache.sling.xss.impl.XSSFilterImpl - Installed policy from the 
embedded SLING-INF/content/config.xml file from the bundle.
[main] WARN org.apache.sling.xss.impl.XSSFilterImpl - Unable to decode url.
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in 
escape (%) pattern - negative value
        at java.net.URLDecoder.decode(URLDecoder.java:176)
        at 
org.apache.sling.xss.impl.XSSFilterImpl.isValidHref(XSSFilterImpl.java:183)
        at 
org.apache.sling.xss.impl.XSSFilterImplTest.checkIsValid(XSSFilterImplTest.java:69)
        at 
org.apache.sling.xss.impl.XSSFilterImplTest.isValidHref(XSSFilterImplTest.java:57)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
[main] WARN org.apache.sling.xss.impl.XSSFilterImpl - Unable to decode url.
java.lang.IllegalArgumentException: URLDecoder: Incomplete trailing escape (%) 
pattern
        at java.net.URLDecoder.decode(URLDecoder.java:187)
        at 
org.apache.sling.xss.impl.XSSFilterImpl.isValidHref(XSSFilterImpl.java:183)
        at 
org.apache.sling.xss.impl.XSSFilterImplTest.checkIsValid(XSSFilterImplTest.java:69)
        at 
org.apache.sling.xss.impl.XSSFilterImplTest.isValidHref(XSSFilterImplTest.java:58)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in 
org.apache.sling.xss.impl.XSSFilterImplTest
Running org.apache.sling.xss.impl.AntiSamyPolicyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in 
org.apache.sling.xss.impl.AntiSamyPolicyTest

Results :

Tests run: 33, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.maven.reporters.SurefireArchiver$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (default) @ 
org.apache.sling.xss ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ 
org.apache.sling.xss ---
[WARNING] Bundle org.apache.sling:org.apache.sling.xss:bundle:2.0.13-SNAPSHOT : 
Split package, multiple jars provide the same package:org/apache/batik/util
Use Import/Export Package directive 
-split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:batik-util, Jar:batik-constants]
Class path         [Jar:., Jar:antisamy, Jar:nekohtml, Jar:xercesImpl, 
Jar:httpclient, Jar:httpcore, Jar:commons-logging, Jar:commons-codec, 
Jar:batik-css, Jar:batik-util, Jar:batik-constants, Jar:batik-i18n, 
Jar:xmlgraphics-commons, Jar:xml-apis-ext, Jar:xml-apis, Jar:esapi, 
Jar:commons-configuration, Jar:commons-digester, Jar:commons-beanutils-core, 
Jar:commons-fileupload, Jar:commons-collections, Jar:log4j, Jar:xom, Jar:xalan, 
Jar:bsh-core, Jar:encoder, Jar:javax.servlet-api, Jar:osgi.core, Jar:slf4j-api, 
Jar:org.apache.sling.api, Jar:org.apache.sling.serviceusermapper, 
Jar:annotations, Jar:geronimo-json_1.0_spec, Jar:commons-lang3, Jar:osgi.cmpn, 
Jar:commons-io, Jar:commons-lang, Jar:commons-beanutils, Jar:jcr, 
Jar:osgi.annotation, Jar:org.osgi.service.component.annotations, 
Jar:org.osgi.service.metatype.annotations]
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
org.apache.sling.xss >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ 
org.apache.sling.xss ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run 
(set-bundle-required-execution-environment) @ org.apache.sling.xss ---
[INFO] Executing tasks

main:
Setting Bundle-RequiredExecutionEnvironment=JavaSE-1.7 from sling.java.version=7
[INFO] Executed tasks
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
org.apache.sling.xss <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ 
org.apache.sling.xss ---
[INFO] Building jar: 
<https://builds.apache.org/job/sling-org-apache-sling-xss-1.8/ws/target/org.apache.sling.xss-2.0.13-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
org.apache.sling.xss ---
[INFO] 
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ 
org.apache.sling.xss ---
[INFO] Checking legal files in: org.apache.sling.xss-2.0.13-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.xss-2.0.13-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ org.apache.sling.xss ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: src/main/resources/ESAPI.properties
[INFO] Exclude: src/main/resources/validation.properties
[INFO] Exclude: src/main/appended-resources/META-INF/*
[INFO] Exclude: velocity.log
[INFO] Exclude: target/*
[INFO] Exclude: README.md
[INFO] Exclude: maven-eclipse.xml
[INFO] Exclude: .*
[INFO] Exclude: .*/**
[INFO] Exclude: **/*.json
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: **/*.rej
[INFO] Exclude: hs_err_*.log
[INFO] Exclude: **/repository/index/*/index-details.txt
[INFO] 21 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 2 unknown: 2 generated: 0 
approved: 18 licence.
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.maven.reporters.MavenArtifactArchiver$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[JENKINS] Archiving disabled
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.maven.reporters.MavenFingerprinter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:42 min
[INFO] Finished at: 2018-09-19T17:29:21+00:00
[INFO] Final Memory: 64M/3925M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(default) on project org.apache.sling.xss: Too many files with unapproved 
license: 2 See RAT report in: 
<https://builds.apache.org/job/sling-org-apache-sling-xss-1.8/ws/target/rat.txt>
 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
channel stopped
Recording test results

Reply via email to