You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2023/05/03 02:03:49 UTC

[directory-server] branch master updated: Commented out the spdx plugin which requires java 11 to run

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new ffc7d4e6b3 Commented out the spdx plugin which requires java 11 to run
ffc7d4e6b3 is described below

commit ffc7d4e6b33678313dc421ffc0780fff9449df4c
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Wed May 3 04:03:22 2023 +0200

    Commented out the spdx plugin which requires java 11 to run
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 335cedfffd..4b272e364a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,11 +489,11 @@
     </pluginManagement>
     
     <plugins>
-      <plugin>
+      <!-- plugin>
         <groupId>org.spdx</groupId>
-        <artifactId>spdx-maven-plugin</artifactId>
+        <artifactId>spdx-maven-plugin</artifactId -->
         <!-- please check for updates on https://search.maven.org/search?q=a:spdx-maven-plugin -->  
-        <version>0.6.5</version>
+        <!-- version>0.6.5</version>
         <executions>
           <execution>
             <id>build-spdx</id>
@@ -506,9 +506,8 @@
           <excludedFilePatterns>
             <param>*.spdx</param>
           </excludedFilePatterns>
-          <!-- See documentation below for additional configuration -->
         </configuration>
-      </plugin>
+      </plugin -->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>