org.apache.maven
Class DependencyClasspathBuilder

java.lang.Object
  extended byorg.apache.maven.DependencyClasspathBuilder

public class DependencyClasspathBuilder
extends java.lang.Object

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.

Version:
$Id: DependencyClasspathBuilder.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
Jason van Zyl, Daniel Rall

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

DependencyClasspathBuilder

public DependencyClasspathBuilder()
Method Detail

build

public static java.lang.String build(Project project)
Parameters:
project - the project to create the classpath for.
Returns:
the dependency classpath for the given project.


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.