You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2018/03/07 08:33:45 UTC

svn commit: r1826084 - /jackrabbit/oak/trunk/oak-store-document/pom.xml

Author: mreutegg
Date: Wed Mar  7 08:33:45 2018
New Revision: 1826084

URL: http://svn.apache.org/viewvc?rev=1826084&view=rev
Log:
OAK-7310: Empty package-info.java in o.a.j.o.plugins.document.rdb causes unnecessary rebuild

Modified:
    jackrabbit/oak/trunk/oak-store-document/pom.xml

Modified: jackrabbit/oak/trunk/oak-store-document/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-store-document/pom.xml?rev=1826084&r1=1826083&r2=1826084&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-store-document/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-store-document/pom.xml Wed Mar  7 08:33:45 2018
@@ -59,6 +59,15 @@
           </systemPropertyVariables>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <compilerArgs>
+            <!-- OAK-7310 -->
+            <arg>-Xpkginfo:always</arg>
+          </compilerArgs>
+        </configuration>
+      </plugin>
     </plugins>
   </build>