|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.DependencyClasspathBuilder
Take a valid MavenJellyContext which contains references to the POM, ant project, and all defined properties and create the dependency classpath based on dependencies listed in the POM. We also push the individual paths of each of the dependencies back into the POM so that they can later be referenced in maven.xml files and plugin.jelly files.
Constructor Summary | |
DependencyClasspathBuilder()
|
Method Summary | |
static java.lang.String |
build(Project project)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DependencyClasspathBuilder()
Method Detail |
public static java.lang.String build(Project project)
project
- the project to create the classpath for.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |