Package scala_maven
Class TychoUtilities
- java.lang.Object
-
- scala_maven.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 Summary
Constructors Constructor Description TychoUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
addOsgiClasspathElements(org.apache.maven.project.MavenProject project, List<String> defaultClasspathElements)
-