Hi, I have written a plugin, which I currently call maven-xml-plugin. This first version is able to validate XML documents (test phase) or to transform XML documents by applying an XSLT stylesheet (generate-resources). So far development is finished (including a test suite), the exception being docs, which I intend to create in the next days.
Now I have two questions: - A question of style: Does it make sense to have these functions in one and the same plugin or do people feel, it would be better to have two plugins (xml-transform and xml-validate)? - What is the suggested target for the plugin? Being an Apache committer, I'd strongly prefer to put it into the Maven Plugins Sandbox, or at a similar location. But I understand, that this is a question of policy, which is not upon me to choose. Thanks, Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
