You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/03 11:31:12 UTC

svn commit: r1130960 - /commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml

Author: simonetripodi
Date: Fri Jun  3 09:31:12 2011
New Revision: 1130960

URL: http://svn.apache.org/viewvc?rev=1130960&view=rev
Log:
added EDSL/atom sample argument input

Modified:
    commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml

Modified: commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml?rev=1130960&r1=1130959&r2=1130960&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml Fri Jun  3 09:31:12 2011
@@ -34,6 +34,9 @@
         <artifactId>exec-maven-plugin</artifactId>
         <configuration>
           <mainClass>org.apache.commons.digester3.edsl.atom.Main</mainClass>
+          <arguments>
+            <argument>file:${basedir}/xmlcontent.xml</argument>
+          </arguments>
         </configuration>
       </plugin>
     </plugins>