org.apache.cactus.maven2.mojos
Class Dependency

java.lang.Object
  extended by org.codehaus.cargo.maven2.configuration.AbstractDependency
      extended by org.codehaus.cargo.maven2.configuration.Dependency
          extended by org.apache.cactus.maven2.mojos.Dependency

public class Dependency
extends org.codehaus.cargo.maven2.configuration.Dependency

Dependency that we use for the lib folder add-on's.


Constructor Summary
Dependency()
           
 
Method Summary
 java.lang.String getDependencyPath(org.apache.maven.project.MavenProject theProject, org.apache.maven.plugin.logging.Log theLog)
          We override this mothod.
 
Methods inherited from class org.codehaus.cargo.maven2.configuration.Dependency
getDependencyPath
 
Methods inherited from class org.codehaus.cargo.maven2.configuration.AbstractDependency
findArtifactLocation, getArtifactId, getClassifier, getGroupId, getLocation, getType, setArtifactId, setClassifier, setGroupId, setLocation, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency()
Method Detail

getDependencyPath

public java.lang.String getDependencyPath(org.apache.maven.project.MavenProject theProject,
                                          org.apache.maven.plugin.logging.Log theLog)
                                   throws org.apache.maven.plugin.MojoExecutionException
We override this mothod.

Parameters:
theProject -
theLog -
Returns:
Throws:
org.apache.maven.plugin.MojoExecutionException


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