Uses of Class
org.tentackle.maven.PackageInfo
-
-
Uses of PackageInfo in org.tentackle.maven
Methods in org.tentackle.maven that return types with arguments of type PackageInfo Modifier and Type Method Description protected java.util.Map<java.lang.String,PackageInfo>AbstractTentackleMojo. createPackageMap(boolean resourceRoots)Creates a map of package names to package infos.java.util.List<PackageInfo>PackageInfo. getEmptyDuplicates()Gets the empty duplicates for this package info.
If an empty package is found more than once in different modules, it cannot be used in profiles because the generator cannot decide which one to use.Method parameters in org.tentackle.maven with type arguments of type PackageInfo Modifier and Type Method Description voidPackageInfo. setEmptyDuplicates(java.util.List<PackageInfo> emptyDuplicates)Sets the duplicates.
-