You should be able to get the up-to-date source from svn. No need for snapshots.
Trunk, aka 3.0.2-SNAPSHOT should be available using this command line: svn checkout http://svn.magnolia.info/svn/magnolia/trunk 3.0.2-SNAPSHOT It'll create a directory named 3.0.2-SNAPSHOT below the current directory with all the source in it. Then just cd in and build (with maven 2.0.4): cd 3.0.2-SNAPSHOT mvn install I think you might need to manually download one jar because of licensing problems. --David Amir Mistric wrote: >Is it possible for Magnolia developers to refresh Maven snapshot repository >so we can build Magnolia from source? >It would be nice if the snapshots can be refreshed automatically on periodic >basis.... > > > >Thanks > > >---------------------------------------------------------------- >for list details see >http://www.magnolia.info/en/magnolia/developer.html >---------------------------------------------------------------- > > ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
