Class TychoOsgiRuntimeMainArtifacts

    • Constructor Detail

      • TychoOsgiRuntimeMainArtifacts

        public TychoOsgiRuntimeMainArtifacts()
    • Method Detail

      • getRuntimeArtifacts

        public List<org.apache.maven.model.Dependency> getRuntimeArtifacts()
        Description copied from interface: TychoOsgiRuntimeArtifacts
        Returns list of Maven artifacts that will be installed in Tycho's OSGi runtime. Artifacts with packaging=zip will be assumed to have eclipse installation layout and will be unpacked before used. Artifacts with packaging=jar are assumed to be OSGi bundles and will be added to the runtime as is.
        Specified by:
        getRuntimeArtifacts in interface TychoOsgiRuntimeArtifacts