final class MavenModuleDefinition extends DefaultModuleDefinition
ModuleDefinition that loads
from the local maven repository.classPath, dependencies, mainAttributes| Constructor and Description |
|---|
MavenModuleDefinition(MavenProjectRepository repository,
java.io.File location) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addClasspath(java.io.File location) |
protected void |
parseClassPath(java.util.jar.Attributes attr,
java.net.URI baseURI)
Instead of looking at , look at
ManifestConstants.CLASS_PATH_ID and pick up artifacts from
the repository. |
decorateClassPath, getDependencies, getImportPolicyClassName, getLifecyclePolicyClassName, getLocations, getManifest, getMetadata, getName, getPublicInterfaces, getVersion, parseAttributes, toStringMavenModuleDefinition(MavenProjectRepository repository, java.io.File location) throws java.io.IOException
java.io.IOExceptionvoid addClasspath(java.io.File location)
protected void parseClassPath(java.util.jar.Attributes attr,
java.net.URI baseURI)
ManifestConstants.CLASS_PATH_ID and pick up artifacts from
the repository.parseClassPath in class DefaultModuleDefinition