Package scala_maven

Class TychoUtilities


  • public class TychoUtilities
    extends Object
    Grossly hacky utility class which provides the fully unpacked OSGi classpath (ie. including nested .jars) when used in the context of Tycho and Maven 3. The use of reflection is required to avoid wiring in a dependency on either Tycho or Maven 3.
    Author:
    miles.sabin
    • Constructor Detail

      • TychoUtilities

        public TychoUtilities()
    • Method Detail

      • addOsgiClasspathElements

        public static List<String> addOsgiClasspathElements​(org.apache.maven.project.MavenProject project,
                                                            List<String> defaultClasspathElements)