Class JavaClassesCompileHelper
java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.step.JavaClassesCompileHelper
- Author:
- Abdulin
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.maven.shared.invoker.InvocationResult
compileAllSources
(Path pomXml) static void
configureCompilePlugin
(Project project, Path configuredXml)
-
Field Details
-
MAVEN_COMPILE_GROUP_ID
- See Also:
-
MAVEN_COMPILE_ARTIFACT_ID
- See Also:
-
-
Constructor Details
-
JavaClassesCompileHelper
public JavaClassesCompileHelper()
-
-
Method Details
-
configureCompilePlugin
public static void configureCompilePlugin(Project project, Path configuredXml) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException, JavaClassesCompileHelper.CompilePluginNotFoundException - Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
JavaClassesCompileHelper.CompilePluginNotFoundException
-
compileAllSources
public static org.apache.maven.shared.invoker.InvocationResult compileAllSources(Path pomXml) throws org.apache.maven.shared.invoker.MavenInvocationException - Throws:
org.apache.maven.shared.invoker.MavenInvocationException
-