com.atlassian.maven.plugins
Class IdeaModuleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.AbstractIdeaMojo
com.atlassian.maven.plugins.IdeaModuleMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class IdeaModuleMojo
- extends AbstractIdeaMojo
- Author:
- Edwin Punzalan
| Fields inherited from class com.atlassian.maven.plugins.AbstractIdeaMojo |
appParams, appPort, artifactFactory, artifactMetadataSource, artifactResolver, atlassianProperties, executedProject, ideaHasBeenRun, localRepo, log, overwrite |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Create IDEA (.iml) project files. |
void |
initParam(org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.factory.ArtifactFactory artifactFactory,
org.apache.maven.artifact.repository.ArtifactRepository localRepo,
org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver,
org.apache.maven.artifact.metadata.ArtifactMetadataSource artifactMetadataSource,
org.apache.maven.plugin.logging.Log log,
boolean overwrite,
java.lang.String includeAcceptanceTests)
|
void |
rewriteModule()
|
| Methods inherited from class com.atlassian.maven.plugins.AbstractIdeaMojo |
addWebAppModules, callMavenIdea, createElement, createOptions, doDependencyResolution, findComponent, findElement, findElement, findElement, findElementWithAttribute, findModule, getLog, getPluginSetting, getProjectArtifacts, initAtlassianVariables, initParam, invertSlashes, modifyEnvModule, modifyIpr, modifyResinEnvModule, readXmlDocument, readXmlDocument, removeElement, removeElement, removeOldElements, replace, replaceArtifactId, replaceJavaVersion, replaceURLElement, toRelative, writeXmlDocument |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdeaModuleMojo
public IdeaModuleMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Create IDEA (.iml) project files.
- Throws:
org.apache.maven.plugin.MojoExecutionException
initParam
public void initParam(org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.factory.ArtifactFactory artifactFactory,
org.apache.maven.artifact.repository.ArtifactRepository localRepo,
org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver,
org.apache.maven.artifact.metadata.ArtifactMetadataSource artifactMetadataSource,
org.apache.maven.plugin.logging.Log log,
boolean overwrite,
java.lang.String includeAcceptanceTests)
rewriteModule
public void rewriteModule()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2006 null. All Rights Reserved.