Author: simonetripodi
Date: Sun Feb 20 11:27:32 2011
New Revision: 1072562
URL: http://svn.apache.org/viewvc?rev=1072562&view=rev
Log:
re-enabled the examples maven reactor
Modified:
commons/sandbox/digester3/trunk/src/examples/addressbook/pom.xml
commons/sandbox/digester3/trunk/src/examples/catalog/pom.xml
commons/sandbox/digester3/trunk/src/examples/dbinsert/pom.xml
commons/sandbox/digester3/trunk/src/examples/pom.xml
Modified: commons/sandbox/digester3/trunk/src/examples/addressbook/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/addressbook/pom.xml?rev=1072562&r1=1072561&r2=1072562&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/addressbook/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/addressbook/pom.xml Sun Feb 20
11:27:32 2011
@@ -40,7 +40,7 @@
<configuration>
<mainClass>org.apache.commons.digester3.examples.addressbook.Main</mainClass>
<arguments>
- <argument>example.xml</argument>
+ <argument>${basedir}/example.xml</argument>
</arguments>
</configuration>
</plugin>
Modified: commons/sandbox/digester3/trunk/src/examples/catalog/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/catalog/pom.xml?rev=1072562&r1=1072561&r2=1072562&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/catalog/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/catalog/pom.xml Sun Feb 20
11:27:32 2011
@@ -40,7 +40,7 @@
<configuration>
<mainClass>org.apache.commons.digester3.examples.catalog.Main</mainClass>
<arguments>
- <argument>example.xml</argument>
+ <argument>${basedir}/example.xml</argument>
</arguments>
</configuration>
</plugin>
Modified: commons/sandbox/digester3/trunk/src/examples/dbinsert/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/dbinsert/pom.xml?rev=1072562&r1=1072561&r2=1072562&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/dbinsert/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/dbinsert/pom.xml Sun Feb 20
11:27:32 2011
@@ -40,7 +40,7 @@
<configuration>
<mainClass>org.apache.commons.digester3.examples.dbinsert.Main</mainClass>
<arguments>
- <argument>example.xml</argument>
+ <argument>${basedir}/example.xml</argument>
</arguments>
</configuration>
</plugin>
Modified: commons/sandbox/digester3/trunk/src/examples/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/pom.xml?rev=1072562&r1=1072561&r2=1072562&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/pom.xml Sun Feb 20 11:27:32
2011
@@ -107,4 +107,11 @@
</dependency>
</dependencies>
+ <modules>
+ <module>addressbook</module>
+ <module>catalog</module>
+ <module>dbinsert</module>
+ <module>document-markup</module>
+ </modules>
+
</project>