Package org.nuxeo.runtime.test.runner
Annotation Interface LocalDeploy
Deprecated.
A list of artifacts to be deployed.
Deployable artifacts are either bundles either components:
- A bundle entry is represented by the bundle symbolic name.
- A component entry is represented by an URI of the form: symbolicName:componentXmlPath, where symbolicName is the symbolic name of the bundle owning the component.
@Deploy("org.nuxeo.runtime") @Deploy("org.nuxeo.core:OSGI-INF/component.xml")
-
Required Element Summary
-
Element Details
-
value
String[] valueDeprecated.The local resource URI. The resource uri is of the form bundleId:path/to/resource where resource is a test resource located in src/test/resources that should be resolved using current class loader and deployed as part of the given bundle.
-
Deploy