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

Ian Young ian at iay.org.uk
Wed Nov 8 09:56:28 EST 2017


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

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

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

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

commit 8159f137cc819221b2d649761e595fa01a035f8b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Nov 8 11:52:59 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 96b32d4..8b8ddf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -996,6 +996,23 @@
                 </repository>
             </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>
     </profiles>
 
 

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


More information about the commits mailing list