Uses of Class
org.alfresco.maven.plugin.config.ModuleDependency
Packages that use ModuleDependency
-
Uses of ModuleDependency in org.alfresco.maven.plugin
Fields in org.alfresco.maven.plugin with type parameters of type ModuleDependencyModifier and TypeFieldDescriptionprotected List<ModuleDependency>AbstractRunMojo.platformModulesJARs and AMPs that should be overlayed/applied to the Platform/Repository WAR (i.e.protected List<ModuleDependency>AbstractRunMojo.shareModulesJARs and AMPs that should be overlayed/applied to the Share WAR (i.e.Method parameters in org.alfresco.maven.plugin with type arguments of type ModuleDependencyModifier and TypeMethodDescriptionprotected voidAbstractRunMojo.buildCustomWarInDir(String warName, List<ModuleDependency> modules, String originalWarGroupId, String originalWarArtifactId, String originalWarVersion) Build a customized webapp in a directory, applying a number of AMPs and/or JARs from alfresco maven plugin configuration.