Support for BND packageinfo convention
--------------------------------------

                 Key: AMDATU-396
                 URL: http://jira.amdatu.org/jira/browse/AMDATU-396
             Project: Amdatu
          Issue Type: New Feature
          Components: Build & Release management
    Affects Versions: 0.3.0-M0
            Reporter: Bram de Kruijff
            Priority: Minor


BND supports a file named packageinfo that may be placed inside a package 
folder to specify the version of an exported package (see 
http://www.mail-archive.com/[email protected]/msg01514.html). In order for 
this to work in the maven build these files need to be included on the 
packaging classpath so BND sees them. This could be supported globally and 
transparently by adding these as resources to the parent declaration.

      <resource>
        <directory>src/main/java</directory>
        <includes>
          <include>**/packageinfo</include>
        </includes>
      </resource>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to