You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/08 10:09:57 UTC

svn commit: r1211799 - /incubator/npanday/npanday-its/trunk/pom.xml

Author: brett
Date: Thu Dec  8 10:09:56 2011
New Revision: 1211799

URL: http://svn.apache.org/viewvc?rev=1211799&view=rev
Log:
ability to turn on -X for Maven

Modified:
    incubator/npanday/npanday-its/trunk/pom.xml

Modified: incubator/npanday/npanday-its/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/pom.xml?rev=1211799&r1=1211798&r2=1211799&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/pom.xml Thu Dec  8 10:09:56 2011
@@ -59,6 +59,10 @@ under the License.
               <name>debug.maven</name>
               <value>${debug.maven}</value>
             </property>
+            <property>
+              <name>npanday.log.debug</name>
+              <value>${npanday.log.debug}</value>
+            </property>
           </systemProperties>
         </configuration>
       </plugin>