Author: rgoers Date: Thu Aug 18 06:11:18 2011 New Revision: 1159054 URL: http://svn.apache.org/viewvc?rev=1159054&view=rev Log: update readme with basic build instructions
Modified: commons/proper/vfs/trunk/README.txt Modified: commons/proper/vfs/trunk/README.txt URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/README.txt?rev=1159054&r1=1159053&r2=1159054&view=diff ============================================================================== --- commons/proper/vfs/trunk/README.txt (original) +++ commons/proper/vfs/trunk/README.txt Thu Aug 18 06:11:18 2011 @@ -1,5 +1,9 @@ -To view the release notes run +To build Commons VFS run + +mvn clean install + +To build the distribution binaries run + +mvn -P apache-release clean install -mvn changes:announcement-generate -then view target/announcement/announcement.vm