Package org.nuxeo.runtime.test.runner
Annotation Type LocalDeploy
-
@Inherited @Deprecated @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface LocalDeploy
Deprecated.since 10.1, useDeploy
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")