On Wed, 2004-06-09 at 13:20, matthew.hawthorne wrote: > Daniel Frey wrote: > > I would like to know how you folks master this situation. How do you manages > > examples in your projects? Do you recomend using different projects and do > > it with a multiproject goal? Are there other ways? > > I would do what you mentioned, put the examples in another subproject > which depends > on the main project. > > Otherwise, it seems you'd have to manually compile the examples in > maven.xml.
I would definitely make separate project for your example code, and ultimately you might want to have several projects for different examples. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
