add virtaul depenedencies to scripts and styles
-----------------------------------------------
Key: CLEREZZA-136
URL: https://issues.apache.org/jira/browse/CLEREZZA-136
Project: Clerezza
Issue Type: Task
Reporter: Reto Bachmann-Gmür
articats requiring a style or script bundle should make this explicit by adding
a virtual package-dependency as follows:
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>org.apache.clerezza.web.resources.jquery, *</Import-Package>
</instructions>
</configuration>
</plugin>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.