[ http://jira.codehaus.org/browse/MPRAR-1?page=all ]
Axel Mueller updated MPRAR-1: ----------------------------- Attachment: plugin.jelly I have fixed the plugin to use maven.rar.descriptordir properly. > plugin properties are not used correctly > ---------------------------------------- > > Key: MPRAR-1 > URL: http://jira.codehaus.org/browse/MPRAR-1 > Project: maven-rar-plugin > Type: Bug > Versions: 1.0 > Reporter: Felipe Leme > Priority: Critical > Fix For: 1.1 > Attachments: plugin.jelly > > Original Estimate: 1 hour > Remaining: 1 hour > > The rar plugin defines many variables: > maven.rar.src=${maven.src.dir}/rar > maven.rar.descriptordir=${maven.rar.src}/META-INF > maven.rar.raxml=${maven.rar.descriptordir}/ra.xml > maven.rar.manifest=${maven.rar.descriptordir}/MANIFEST.MF > maven.rar.displayname=${pom.id} > maven.rar.resources=${maven.build.dir}/rar > But some of them are ignored. For instance, the descriptordir is not used and > the only reference to the raxml is inside an echo tag: > <ant:echo>Building rar ${maven.final.name} with ra.xml > "${maven.rar.raxml}"</ant:echo> > In other words, the way it is now, the ra.xml must be inside the directory > defined by maven.rar.src, otherwise it won't be included, even if the raxml > or descriptordir is defined (and that's really bad). -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]