Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPPLUGIN-11 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPPLUGIN-11 Summary: the generated jar should automatically include plugin.jelly and friends Type: Improvement Status: Open Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-plugin-plugin Assignee: dion gillard Reporter: Daniel Bonniot Created: Sat, 14 Feb 2004 7:34 AM Updated: Sat, 14 Feb 2004 7:34 AM Description: When you create a plugin jar with the plugin plugin, it does not include plugin.jelly and friends by default. Plugins in maven-plugins get that by extending the main project.xml, but for custom plugins this is annyoing. You have to add the follogin to the project.xml of the plugin: <resources> <resource> <directory>src/plugin-resources</directory> <targetPath>plugin-resources</targetPath> </resource> <resource> <directory>.</directory> <includes> <include>plugin.jelly</include> <include>plugin.properties</include> <include>project.properties</include> <include>project.xml</include> </includes> </resource> </resources> It seems to me that the plugin plugin should include those resources in the generate jar by default (at least the four files in ".", the other resources are more dependent on the structure of the custom plugin, so we can leave that for the author to configure in the pom if needed). --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
