Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • JAR archives
  • OSGi bundles
  • WAR archives
  • ZIP archives
  • XML documents

...

In both cases, a resource (or set of resources) are exported by one contribution and imported by another. Imports and exports are specified in the contribution manifest file.

...

Sometimes it is necessary to exclude contents of a contribution from being scanned. For example, generated XML files that contain invalid markup. Exclude patters can be specified using the <scan> element from the Fabric3 namespace in an sca-contribution.xml manifest with a REGEX pattern:
<contribution ....>
<f3:scan exclude=".*\.ds\.xml"/>
</contribution> This chapter covers application and runtime packaging, including best practices for preparing code for deployment.

Page Tree
root@self