You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/27 23:08:50 UTC

svn commit: r1676378 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Mon Apr 27 21:08:50 2015
New Revision: 1676378

URL: http://svn.apache.org/r1676378
Log:
SLING-4663 : Enable strict mode of scr plugin

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1676378&r1=1676377&r2=1676378&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Apr 27 21:08:50 2015
@@ -351,6 +351,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                                 <goal>scr</goal>
                             </goals>
                             <configuration>
+                                <strictMode>true</strictMode>
                                 <properties>
                                     <service.vendor>The Apache Software Foundation</service.vendor>
                                 </properties>