See <https://builds.apache.org/job/Oltu-OAuth-2.0-windows/92/changes>

Changes:

[asanso] OLTU-78 - Implement Plaintext JWT :
*  adapt the client demo to the latest changes

[asanso] OLTU-78 - Implement Plaintext JWT :
*  adapt the client demo to the latest changes

[asanso] OLTU-78 - Implement Plaintext JWT :
*  adapt the client demo to the latest changes

[asanso] OLTU-78 - Implement Plaintext JWT :
*  adapt the client demo to the latest changes

[simonetripodi] releng: no needs to redefine the jettison exclusion section, 
since it is defined in the dependencies management

[simonetripodi] OLTU-78 - Implement Plaintext JWT

initial checkin of plaintext JWT support

------------------------------------------
Started by an SCM change
Building remotely on windows1 in workspace 
<https://builds.apache.org/job/Oltu-OAuth-2.0-windows/ws/>
Updating https://svn.apache.org/repos/asf/oltu/trunk
D         
openid-connect\common\src\main\java\org\apache\oltu\openidconnect\common\OpenIdConnect.java
A         
openid-connect\client\src\main\java\org\apache\oltu\openidconnect\OpenIdConnect.java
U         
openid-connect\client\src\main\java\org\apache\oltu\openidconnect\client\response\OpenIdConnectResponse.java
U         openid-connect\client\pom.xml
U         
demos\client-demo\src\main\java\org\apache\oltu\oauth2\client\demo\controller\TokenController.java
U         
demos\client-demo\src\main\java\org\apache\oltu\oauth2\client\demo\controller\MainController.java
U         oauth-2.0\authzserver\pom.xml
D         oauth-2.0\jwt\src\main\java\org\apache\oltu\oauth2\jwt\JWTUtil.java
AU        oauth-2.0\jwt\src\main\java\org\apache\oltu\oauth2\jwt\ClaimsSet.java
U         oauth-2.0\jwt\src\main\java\org\apache\oltu\oauth2\jwt\JWT.java
A         oauth-2.0\jwt\src\main\java\org\apache\oltu\oauth2\jwt\JWTUtils.java
AU        oauth-2.0\jwt\src\main\java\org\apache\oltu\oauth2\jwt\Header.java
U         oauth-2.0\jwt\pom.xml
U         oauth-2.0\dynamicreg-server\pom.xml
U         oauth-2.0\client\pom.xml
At revision 1480647
Parsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: 
<https://builds.apache.org/job/Oltu-OAuth-2.0-windows/ws/trunk> at 
hudson.remoting.Channel@3ad5db99:windows1
        at hudson.FilePath.act(FilePath.java:861)
        at hudson.FilePath.act(FilePath.java:838)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:862)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:620)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
        at hudson.model.Run.execute(Run.java:1568)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.oltu:org.apache.oltu.parent:pom:1-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 21, column 11

        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1229)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:997)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:326)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at hudson.remoting.Engine$1$1.run(Engine.java:58)
        at java.lang.Thread.run(Unknown Source)
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.oltu:org.apache.oltu.parent:pom:1-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 21, column 11

        at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
        at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
        at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1179)
        ... 12 more

Reply via email to