See <https://builds.apache.org/job/sling-trunk-1.6/1548/changes>

Changes:

[cziegeler] SLING-2702 :  NPE as repository class loader might not have been 
instantiated

------------------------------------------
[...truncated 6050 lines...]
mojoStarted org.apache.maven.plugins:maven-antrun-plugin:1.6(default)[INFO] 
Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (default) @ org.apache.sling.auth.core 
---
mojoSucceeded org.apache.maven.plugins:maven-antrun-plugin:1.6(default)
mojoStarted 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)[INFO] 
Executing tasks

main:
     [echo] **************** WARNING (SLING-443/SLING-1782) 
******************************
     [echo] On most platforms, you'll get OutOfMemoryErrors when building 
unless you set
     [echo] on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see 
SLING-443
     [echo] on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see 
SLING-1782
     [echo] 
******************************************************************************
[INFO] Executed tasks

[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
org.apache.sling.auth.core ---
mojoSucceeded 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)
mojoStarted 
org.apache.felix:maven-scr-plugin:1.9.0(generate-scr-scrdescriptor)[INFO] 
Compiling 29 source files to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/classes>

[INFO] 
[INFO] --- maven-scr-plugin:1.9.0:scr (generate-scr-scrdescriptor) @ 
org.apache.sling.auth.core ---
mojoSucceeded 
org.apache.felix:maven-scr-plugin:1.9.0(generate-scr-scrdescriptor)
mojoStarted 
org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)[INFO]
 Generating 1 MetaType Descriptor in 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/scr-plugin-generated/OSGI-INF/metatype/org.apache.sling.auth.core.impl.SlingAuthenticator.xml>
[INFO] Writing 1 Service Component Descriptors to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/scr-plugin-generated/OSGI-INF/org.apache.sling.auth.core.impl.SlingAuthenticator.xml>
[INFO] Writing 1 Service Component Descriptors to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/scr-plugin-generated/OSGI-INF/org.apache.sling.auth.core.impl.engine.EngineSlingAuthenticator.xml>
[INFO] Writing 1 Service Component Descriptors to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/scr-plugin-generated/OSGI-INF/org.apache.sling.auth.core.impl.LoginServlet.xml>
[INFO] Writing 1 Service Component Descriptors to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/scr-plugin-generated/OSGI-INF/org.apache.sling.auth.core.impl.LogoutServlet.xml>

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
org.apache.sling.auth.core ---
mojoSucceeded 
org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)
mojoStarted 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-testCompile)[INFO] 
Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/src/test/resources>
[INFO] Copying 3 resources

[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
org.apache.sling.auth.core ---
mojoSucceeded 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-testCompile)
mojoStarted 
org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)[INFO] 
Compiling 3 source files to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/test-classes>

[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ 
org.apache.sling.auth.core ---
mojoSucceeded 
org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)
[JENKINS] Recording test results
[INFO] Surefire report directory: 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.sling.auth.core.spi.AuthenticationInfoTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.apache.sling.auth.core.AuthUtilTest
0 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target must not be empty or null
1 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target must not be empty or null
4 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'http://www.google.com' must not be an URL
7 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'relative/path' without servlet context path '' must be an absolute path
9 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/unnormalized//double/slash' is not normalized
10 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/unnormalized/double/slash//' is not normalized
10 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/unnormalized/./dot' is not normalized
10 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/unnormalized/../dot' is not normalized
10 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/unnormalized/dot/.' is not normalized
10 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/unnormalized/dot/..' is not normalized
35 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/illegal/</x' must not contain any of <>'"
35 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/illegal/>/x' must not contain any of <>'"
35 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/illegal/'/x' must not contain any of <>'"
35 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/illegal/"/x' must not contain any of <>'"
38 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'relative/path' without servlet context path '' must be an absolute path
41 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'relative/path' does not start with servlet context path '/ctx'
41 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/absolute/path' does not start with servlet context path '/ctx'
41 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'ctx/relative/path' does not start with servlet context path '/ctx'
54 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'relative/path' without servlet context path '' must be an absolute path
56 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/absolute/missing/invalid/<' must not contain any of <>'"
56 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/absolute/missing/invalid/>' must not contain any of <>'"
56 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/absolute/missing/invalid/'' must not contain any of <>'"
56 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/absolute/missing/invalid/"' must not contain any of <>'"
60 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'relative/path' does not start with servlet context path '/ctx'
60 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/absolute/path' does not start with servlet context path '/ctx'
60 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target 'ctx/relative/path' does not start with servlet context path '/ctx'
61 [main] WARN org.apache.sling.auth.core.AuthUtil - isRedirectValid: Redirect 
target '/ctxrelative/path' without servlet context path '/ctx' must be an 
absolute path
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.apache.sling.auth.core.impl.SlingAuthenticatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec

Results :

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

mojoStarted org.codehaus.mojo:animal-sniffer-maven-plugin:1.9(default)
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ 
org.apache.sling.auth.core ---
mojoSucceeded org.codehaus.mojo:animal-sniffer-maven-plugin:1.9(default)
mojoStarted org.apache.felix:maven-bundle-plugin:2.3.4(default-bundle)[INFO] 
Checking unresolved references to org.codehaus.mojo.signature:java15:1.0

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ 
org.apache.sling.auth.core ---
mojoSucceeded org.apache.felix:maven-bundle-plugin:2.3.4(default-bundle)
forkedProjectStarted org.apache.sling:org.apache.sling.auth.core:1.1.1-SNAPSHOT
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-java)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ 
org.apache.sling.auth.core ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-java)
forkedProjectSucceeded 
org.apache.sling:org.apache.sling.auth.core:1.1.1-SNAPSHOT
mojoStarted org.apache.maven.plugins:maven-source-plugin:2.2.1(attach-sources)
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ 
org.apache.sling.auth.core ---
mojoSucceeded org.apache.maven.plugins:maven-source-plugin:2.2.1(attach-sources)
Dec 27, 2012 8:11:52 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
mojoStarted org.apache.maven.plugins:maven-site-plugin:3.2(attach-descriptor)
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
org.apache.sling.auth.core ---
mojoSucceeded org.apache.maven.plugins:maven-site-plugin:3.2(attach-descriptor)
[INFO] Building jar: 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/org.apache.sling.auth.core-1.1.1-SNAPSHOT-sources.jar>
mojoStarted org.codehaus.mojo:ianal-maven-plugin:1.0-alpha-1(default)
[INFO] 
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ 
org.apache.sling.auth.core ---
mojoSucceeded org.codehaus.mojo:ianal-maven-plugin:1.0-alpha-1(default)
mojoStarted org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
org.apache.sling.auth.core ---
mojoSucceeded 
org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
[INFO] Checking legal files in: org.apache.sling.auth.core-1.1.1-SNAPSHOT.jar
[INFO] Checking legal files in: 
org.apache.sling.auth.core-1.1.1-SNAPSHOT-sources.jar
mojoStarted org.apache.felix:maven-bundle-plugin:2.3.4(default-install)
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ 
org.apache.sling.auth.core ---
mojoSucceeded org.apache.felix:maven-bundle-plugin:2.3.4(default-install)
[INFO] Installing 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/org.apache.sling.auth.core-1.1.1-SNAPSHOT.jar>
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.auth.core/1.1.1-SNAPSHOT/org.apache.sling.auth.core-1.1.1-SNAPSHOT.jar
[INFO] Installing 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/pom.xml>
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.auth.core/1.1.1-SNAPSHOT/org.apache.sling.auth.core-1.1.1-SNAPSHOT.pom
[INFO] Installing 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/core/target/org.apache.sling.auth.core-1.1.1-SNAPSHOT-sources.jar>
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.auth.core/1.1.1-SNAPSHOT/org.apache.sling.auth.core-1.1.1-SNAPSHOT-sources.jar
projectSucceeded org.apache.sling:org.apache.sling.auth.core:1.1.1-SNAPSHOT
[INFO] Local OBR update disabled (enable with -DobrRepository)
projectStarted org.apache.sling:org.apache.sling.auth.openid:1.0.3-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling OpenID Authentication 1.0.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.5(default-clean)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
org.apache.sling.auth.openid ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.5(default-clean)
Downloading: 
http://dyuproject.googlecode.com/svn/repos/maven2/org/apache/sling/org.apache.sling.auth.core/1.0.7-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.auth.core/1.0.7-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.auth.core/1.0.7-SNAPSHOT/maven-metadata.xml
 (1014 B at 6.4 KB/sec)
[INFO] Deleting 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target>
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-java)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ 
org.apache.sling.auth.openid ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-java)
mojoStarted org.apache.maven.plugins:maven-remote-resources-plugin:1.4(default)
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
org.apache.sling.auth.openid ---
mojoSucceeded 
org.apache.maven.plugins:maven-remote-resources-plugin:1.4(default)
mojoStarted 
org.apache.maven.plugins:maven-resources-plugin:2.6(default-resources)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
org.apache.sling.auth.openid ---
mojoSucceeded 
org.apache.maven.plugins:maven-resources-plugin:2.6(default-resources)
mojoStarted org.apache.maven.plugins:maven-antrun-plugin:1.6(default)
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (default) @ org.apache.sling.auth.openid 
---
mojoSucceeded org.apache.maven.plugins:maven-antrun-plugin:1.6(default)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
mojoStarted 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
org.apache.sling.auth.openid ---
mojoSucceeded 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-compile)
[INFO] Executing tasks

main:
     [echo] **************** WARNING (SLING-443/SLING-1782) 
******************************
     [echo] On most platforms, you'll get OutOfMemoryErrors when building 
unless you set
     [echo] on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see 
SLING-443
     [echo] on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see 
SLING-1782
     [echo] 
******************************************************************************
[INFO] Executed tasks
mojoStarted 
org.apache.felix:maven-scr-plugin:1.9.0(generate-scr-scrdescriptor)[INFO] 
Compiling 5 source files to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target/classes>

[INFO] 
[INFO] --- maven-scr-plugin:1.9.0:scr (generate-scr-scrdescriptor) @ 
org.apache.sling.auth.openid ---
mojoSucceeded 
org.apache.felix:maven-scr-plugin:1.9.0(generate-scr-scrdescriptor)
mojoStarted 
org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)[INFO]
 Generating 1 MetaType Descriptor in 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target/scr-plugin-generated/OSGI-INF/metatype/org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler.xml>
[INFO] Writing 1 Service Component Descriptors to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target/scr-plugin-generated/OSGI-INF/org.apache.sling.auth.openid.impl.AuthenticationFormServlet.xml>
[INFO] Writing 1 Service Component Descriptors to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target/scr-plugin-generated/OSGI-INF/org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler.xml>

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
org.apache.sling.auth.openid ---
mojoSucceeded 
org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)
mojoStarted 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-testCompile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
org.apache.sling.auth.openid ---
mojoSucceeded 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1(default-testCompile)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/src/test/resources>
[INFO] Copying 3 resources
mojoStarted 
org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)[INFO] 
Compiling 1 source file to 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target/test-classes>

[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ 
org.apache.sling.auth.openid ---
mojoSucceeded 
org.apache.maven.plugins:maven-surefire-plugin:2.12.4(default-test)
[JENKINS] Recording test results[INFO] Surefire report directory: 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandlerTest
0 [main] INFO org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler - 
OpenIDAuthenticationHandler created
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec

Results :

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


mojoStarted org.codehaus.mojo:animal-sniffer-maven-plugin:1.9(default)
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ 
org.apache.sling.auth.openid ---
mojoSucceeded org.codehaus.mojo:animal-sniffer-maven-plugin:1.9(default)
mojoStarted org.apache.felix:maven-bundle-plugin:2.3.7(default-bundle)[INFO] 
Checking unresolved references to org.codehaus.mojo.signature:java15:1.0

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ 
org.apache.sling.auth.openid ---
mojoSucceeded org.apache.felix:maven-bundle-plugin:2.3.7(default-bundle)
forkedProjectStarted 
org.apache.sling:org.apache.sling.auth.openid:1.0.3-SNAPSHOT
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-java)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ 
org.apache.sling.auth.openid ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-java)
forkedProjectSucceeded 
org.apache.sling:org.apache.sling.auth.openid:1.0.3-SNAPSHOT
mojoStarted 
org.apache.maven.plugins:maven-source-plugin:2.2.1(attach-sources)Dec 27, 2012 
8:15:35 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo

[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ 
org.apache.sling.auth.openid ---
mojoSucceeded org.apache.maven.plugins:maven-source-plugin:2.2.1(attach-sources)
Build timed out (after 150 minutes). Marking the build as failed.
mojoStarted 
org.apache.maven.plugins:maven-site-plugin:3.2(attach-descriptor)[INFO] 
Building jar: 
<https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/bundles/auth/openid/target/org.apache.sling.auth.openid-1.0.3-SNAPSHOT-sources.jar>

channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
org.apache.sling.auth.openid ---
mojoSucceeded org.apache.maven.plugins:maven-site-plugin:3.2(attach-descriptor)
projectFailed org.apache.sling:org.apache.sling.auth.openid:1.0.3-SNAPSHOT

Reply via email to