Hi Emmanuel, This commit is breaking JDK8 support, was it intentional?
Colm. On Mon, May 1, 2023 at 7:17 AM <[email protected]> wrote: > > 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 > > commit f6b42a4458eef9b4f7868a7bfef2b41b679c48a8 > Author: emmanuel lecharny <[email protected]> > AuthorDate: Mon May 1 08:07:40 2023 +0200 > > Added the Maven spdx plugin > --- > pom.xml | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/pom.xml b/pom.xml > index 93f497ac8f..335cedfffd 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -489,6 +489,27 @@ > </pluginManagement> > > <plugins> > + <plugin> > + <groupId>org.spdx</groupId> > + <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> > + <executions> > + <execution> > + <id>build-spdx</id> > + <goals> > + <goal>createSPDX</goal> > + </goals> > + </execution> > + </executions> > + <configuration> > + <excludedFilePatterns> > + <param>*.spdx</param> > + </excludedFilePatterns> > + <!-- See documentation below for additional configuration --> > + </configuration> > + </plugin> > + > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
