This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 660616414e705ad5394746858825b70e2048a80d
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Wed Jul 5 18:55:54 2023 +0300

    oidc-rp: ensure that mvn clean verify works
---
 org.apache.sling.servlets.oidc-rp/README.md | 1 -
 org.apache.sling.servlets.oidc-rp/pom.xml   | 6 ++++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/org.apache.sling.servlets.oidc-rp/README.md 
b/org.apache.sling.servlets.oidc-rp/README.md
index 341aba99..08d4dcef 100644
--- a/org.apache.sling.servlets.oidc-rp/README.md
+++ b/org.apache.sling.servlets.oidc-rp/README.md
@@ -14,7 +14,6 @@ objective is to simplify access to user and access tokens in 
a secure manner.
 - bundle/package should probably be org.apache.sling.extensions.oidc, as the 
primary entry point is the Java API
 - clarify Java API and allow extracting both id and access tokens
 - make use of refresh tokens
-- `mvn clean install` does not find the bundle generated in the current 
reactor build.
 - document usage for the supported OIDC providers; make sure to explain this 
is _not_ an authentication handler
 - provide a sample content package and instructions how to use
 - review to see if we can use more of the Nimbus SDK, e.g. enpodints 
discovery, token parsing
diff --git a/org.apache.sling.servlets.oidc-rp/pom.xml 
b/org.apache.sling.servlets.oidc-rp/pom.xml
index 670e4f80..1e0e992e 100644
--- a/org.apache.sling.servlets.oidc-rp/pom.xml
+++ b/org.apache.sling.servlets.oidc-rp/pom.xml
@@ -35,7 +35,6 @@
         <sling.java.version>17</sling.java.version>
         <project.build.outputTimestamp>1</project.build.outputTimestamp>
         <bnd.baseline.skip>true</bnd.baseline.skip>
-        <skipITs>true</skipITs>
        </properties>
 
        <build>
@@ -199,7 +198,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>feature-launcher-maven-plugin</artifactId>
-                <version>0.1.4</version>
+                <version>0.1.5-SNAPSHOT</version>
                 <configuration>
                     <launches>
                         <launch>
@@ -212,6 +211,9 @@
                                 <classifier>app</classifier>
                                 <type>slingosgifeature</type>
                             </feature>
+                            <repositoryUrls>
+                                
<repositoryUrl>file://${project.build.directory}/artifacts</repositoryUrl>
+                            </repositoryUrls>
                             <launcherArguments>
                                 <frameworkProperties>
                                     
<org.osgi.service.http.port>${http.port}</org.osgi.service.http.port>

Reply via email to