Add reproducer for SLING-11932
diff --git a/org.apache.sling.servlets.oidc-rp/pom.xml b/org.apache.sling.servlets.oidc-rp/pom.xml
index 9d09251..ec8d861 100644
--- a/org.apache.sling.servlets.oidc-rp/pom.xml
+++ b/org.apache.sling.servlets.oidc-rp/pom.xml
@@ -122,6 +122,11 @@
                             <includeClassifier>app</includeClassifier>
                         </scan>
                     </scans>
+                    <repositories>
+                        <repository>
+                            <includeClassifier>app</includeClassifier>
+                        </repository>
+                    </repositories>
                 </configuration>
                 <executions>
                     <execution>
@@ -133,6 +138,13 @@
                             <goal>attach-features</goal>
                         </goals>
                     </execution>
+                    <execution>
+                        <id>create-repository</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>repository</goal>
+                        </goals>
+                    </execution>
                </executions>
             </plugin>
             <!-- reserve network ports for the integration tests -->