[
http://jira.amdatu.org/jira/browse/AMDATU-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bram de Kruijff updated AMDATU-396:
-----------------------------------
Description:
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.
{code}
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/packageinfo</include>
</includes>
</resource>
{code}
was:
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>
> 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.
> {code}
> <resource>
> <directory>src/main/java</directory>
> <includes>
> <include>**/packageinfo</include>
> </includes>
> </resource>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
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