Issue Type: Improvement Improvement
Assignee: Unassigned
Created: 13/Jun/12 8:04 AM
Description:

I'm using the mojo for PHP projects and when I add a dependency mapping, I'd like to tell the mojo that I want the jar artifact to be expanded in the destination folder.
For this, the actual inclusion method is not enough I think.

Something like :

<mapping>
<directory>${app.home}</directory>
<dependency>
<groupId>org.drupal</groupId>
<artifactId>drupal-core</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
<expand>true</expand>
</dependency>
</mapping>

Project: Mojo RPM Plugin
Priority: Major Major
Reporter: Pierre-Gildas MILLON
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to