[java-parent-project] branch main updated: JPAR-218 - Compile with the -parameters option

Ian Young ian at iay.org.uk
Tue Feb 7 14:16:22 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=45b2977e2087d8fd32d0af4ed1af066e5a501f33

The following commit(s) were added to refs/heads/main by this push:
     new 45b2977  JPAR-218 - Compile with the -parameters option
45b2977 is described below

commit 45b2977e2087d8fd32d0af4ed1af066e5a501f33
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Feb 7 14:16:00 2023 +0000

    JPAR-218 - Compile with the -parameters option
    
    https://shibboleth.atlassian.net/browse/JPAR-218
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index efc1b14..5f81268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,10 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>${maven-compiler-plugin.version}</version>
-                </plugin>
+                    <configuration>
+                        <parameters>true</parameters>
+                    </configuration>
+            </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
@@ -1017,6 +1020,7 @@
                         <configuration>
                             <showDeprecation>true</showDeprecation>
                             <showWarnings>true</showWarnings>
+                            <parameters>true</parameters>
                             <debug>true</debug>
                         </configuration>
                     </plugin>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list