Hi, I'd like to create a plugin, which is intended to generate resources for a web application.
In other words, the target directory would be the value, which is typically configured as the webappDirectory property of the maven-war-plugin. To get that value, I see two options: a) I create a property webappDirectory in my own plugin, and force the user to configure that property. b) I find the projects maven-war-plugin, and read that objects value. Is b) possible? How? Thanks, Jochen -- The next time you hear: "Don't reinvent the wheel!" http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
