Author: simonetripodi
Date: Thu Jun 2 20:48:39 2011
New Revision: 1130805
URL: http://svn.apache.org/viewvc?rev=1130805&view=rev
Log:
updated readme documentation
Modified:
commons/sandbox/digester3/trunk/src/examples/rss/readme.txt
Modified: commons/sandbox/digester3/trunk/src/examples/rss/readme.txt
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/rss/readme.txt?rev=1130805&r1=1130804&r2=1130805&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/rss/readme.txt (original)
+++ commons/sandbox/digester3/trunk/src/examples/rss/readme.txt Thu Jun 2
20:48:39 2011
@@ -22,8 +22,16 @@ The package name has not been changed, s
relying on these classes will be the need to include an additional JAR
file (commons-digester-rss.jar) in their classpath.
-A packaged distribution can be created by using ant:
+A packaged distribution can be created by using Apache Maven:
-1 Copy build.properties.sample to build.properties and edit the properties to
-match those on your local system
-2 run ant dist
+* to compile:
+ mvn compile
+
+* to build the jar artifact
+ mvn package
+
+* to run:
+ mvn verify
+
+Alternatively, you can set up your CLASSPATH appropriately, and
+run the example directly.