Uses of Class
org.alfresco.maven.plugin.config.ModuleDependency
-
Packages that use ModuleDependency Package Description org.alfresco.maven.plugin -
-
Uses of ModuleDependency in org.alfresco.maven.plugin
Fields in org.alfresco.maven.plugin with type parameters of type ModuleDependency Modifier and Type Field Description protected 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 ModuleDependency Modifier and Type Method Description protected 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.
-