Uses of Class
org.bonitasoft.plugin.MavenSessionExecutor.BuildException
Packages that use MavenSessionExecutor.BuildException
-
Uses of MavenSessionExecutor.BuildException in org.bonitasoft.plugin
Methods in org.bonitasoft.plugin that throw MavenSessionExecutor.BuildExceptionModifier and TypeMethodDescriptionvoidMavenSessionExecutor.execute(File pomFile, File rootModuleDirectory, List<String> goals, Map<String, String> properties, List<String> activeProfiles, Supplier<String> errorMessageBase) Execute maven commands on a pom file.voidMavenSessionExecutor.execute(File pomFile, File rootModuleDirectory, List<String> goals, Map<String, String> properties, List<String> extraArguments, List<String> activeProfiles, Supplier<String> errorMessageBase) Execute maven commands on a pom file.