You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/04/03 16:42:15 UTC

svn commit: r761699 - /openjpa/trunk/pom.xml

Author: mikedd
Date: Fri Apr  3 14:42:15 2009
New Revision: 761699

URL: http://svn.apache.org/viewvc?rev=761699&view=rev
Log:
OPENJPA-1015. Committing auditing patch from Donald Woods

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=761699&r1=761698&r2=761699&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri Apr  3 14:42:15 2009
@@ -677,6 +677,7 @@
                         <configuration>
                             <configLocation>checkstyle.xml</configLocation>
                             <failsOnError>true</failsOnError>
+                            <consoleOutput>true</consoleOutput>
                         </configuration>
                     </execution>
                 </executions>