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

shuber pushed a commit to branch unomi-2.7.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/unomi-2.7.x by this push:
     new 6110540a1 Update pom.xml
6110540a1 is described below

commit 6110540a12ca976131d70d962c57dc19bb69f24f
Author: Serge Huber <[email protected]>
AuthorDate: Tue Sep 23 17:58:02 2025 +0200

    Update pom.xml
    
    Remove the obsolete jaxrs plugin that is breaking the Javadoc generation
---
 extensions/privacy-extension/rest/pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/extensions/privacy-extension/rest/pom.xml 
b/extensions/privacy-extension/rest/pom.xml
index 966d70de9..4a7c69e9c 100644
--- a/extensions/privacy-extension/rest/pom.xml
+++ b/extensions/privacy-extension/rest/pom.xml
@@ -86,25 +86,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>com.sebastian-daschner</groupId>
-                <artifactId>jaxrs-analyzer-maven-plugin</artifactId>
-                <version>0.17</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>analyze-jaxrs</goal>
-                        </goals>
-                        <configuration>
-                            <backend>swagger</backend>
-                            <deployedDomain>unomi.apache.org</deployedDomain>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>

Reply via email to