Uses of Class
org.apache.maven.plugins.war.util.DependencyInfo
Packages that use DependencyInfo
-
Uses of DependencyInfo in org.apache.maven.plugins.war.util
Fields in org.apache.maven.plugins.war.util with type parameters of type DependencyInfoMethods in org.apache.maven.plugins.war.util that return types with arguments of type DependencyInfoModifier and TypeMethodDescriptionprivate List
<DependencyInfo> WebappStructure.createDependenciesInfoList
(List<org.apache.maven.model.Dependency> dependencies) WebappStructure.getDependenciesInfo()
Returns the list ofDependencyInfo
for the project.