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 ju...@apache.org on 2012/05/07 10:54:02 UTC

svn commit: r1334926 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: jukka
Date: Mon May  7 08:54:01 2012
New Revision: 1334926

URL: http://svn.apache.org/viewvc?rev=1334926&view=rev
Log:
Prevent a warning from the failsafe plugin

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1334926&r1=1334925&r2=1334926&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon May  7 08:54:01 2012
@@ -36,6 +36,9 @@
   <properties>
     <skip.deployment>false</skip.deployment>
     <known.issues />
+    <project.reporting.outputEncoding>
+      ${project.build.sourceEncoding}
+    </project.reporting.outputEncoding>
   </properties>
 
   <issueManagement>