Hi, In lieu of the current lack of documentation I just wanted to point users at the touchstone build in Maven. It's what I use to try and exercise all features that Maven provides. That being the case it usually has examples of most of the things Maven can do. When people ask for features, that's where I usually add snippets first as a test.
Currently there are examples for: o variable interpolation o maven jar override feature using a path to an artifact o maven jar override feature using a version of an artifact o how to include resources in the resultant JAR o how to include resources for testing o source modification example for excluding sources o non-jar dependencies in this case a dependency on a WAR file. You can find the touchstone build below. I hope this helps until the documentation catches up. http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-maven/src/test/touchstone-build/ If you wish to contribute patches or demonstrate a feature you would like added I can assure you if you do this with the touchstone build it will be looked at. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
