> -----Original Message----- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > > The docs for the War plugin explain that this is the way to indicate > that a dependency is copied into the webapp or war. See > <http://maven.apache.org/reference/plugins/war/properties.html>
Thank you!! I downloaded the source tonight and began to look at it and, just as interesting, the layout of it in CVS. Thanks for the pointers. This is really helpful. > The XML in project.xml mostly just provides values for bean > properties of an instance of org.apache.maven.project.Project. See > <http://maven.apache.org/apidocs/org/apache/maven/project/Project.html>. > If you track that down to a Dependency object, you see that it > extends org.apache.maven.project.BaseObject, and those have a > Properties object. > http://maven.apache.org/apidocs/org/apache/maven/project/BaseObject.html Great stuff! Thanks again. I will "use the source" as they say. > I'm not sure how you'd know ahead of time that you can do what the > War plugin does, but now that you've seen it... well, that's kind of > how open source projects work, I guess. > > Joe Yep, pretty funny. Thanks, Joe. Now I feel like I need some time to dig in the source, read the Javadoc, and flip through some of the user list archives. Scott Stirling Framingham, MA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
