[java-parent-project] branch maint-7 updated: JPAR-100 - add a "lint" profile

Ian Young ian at iay.org.uk
Wed Nov 8 10:07:42 EST 2017


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

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

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

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  5f378f9   JPAR-100 - add a "lint" profile
5f378f9 is described below

commit 5f378f9de9f4884adc641575e358e4218e91bcfa
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Nov 8 15:07:00 2017 +0000

    JPAR-100 - add a "lint" profile
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index ab44dd3..f57a867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -997,6 +997,23 @@
             </repositories>
         </profile>
         <profile>
+            <id>lint</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <configuration>
+                            <showDeprecation>true</showDeprecation>
+                            <showWarnings>true</showWarnings>
+                            <debug>true</debug>
+                            <compilerArgument>-Xlint:unchecked</compilerArgument>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
             <id>jdk7-use-split-verifier</id>
             <activation>
                 <jdk>1.7</jdk>

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


More information about the commits mailing list