Mapping Dependency includes should support * in artifact names
--------------------------------------------------------------

                 Key: MRPM-50
                 URL: http://jira.codehaus.org/browse/MRPM-50
             Project: Mojo RPM Plugin
          Issue Type: Improvement
          Components: rpm
    Affects Versions: 2.0
         Environment: CentOS 5.2 and Maven 2.1.1
            Reporter: Joshua Suereth
            Assignee: Brett Okken
            Priority: Minor


We'd like to be able to write the following:

                       <mapping>
                            <!-- This gives jboss awareness into postgres-->
                            <directory>lib/hibernate</directory>
                            <filemode>664</filemode>
                           <dependency>
                                <includes>
                                     <include>org.hibernate:*</include>
                                </includes>
                            </dependency>
                        </mapping>           

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to