org.apache.maven.plugin.idea

Class IdeaModuleMojo

public class IdeaModuleMojo extends AbstractIdeaMojo

Author: Edwin Punzalan

UNKNOWN: module phase="generate-sources"

Method Summary
voidexecute()
Create IDEA (.iml) project files.
voidinitParam(MavenProject project, ArtifactFactory artifactFactory, ArtifactRepository localRepo, ArtifactResolver artifactResolver, ArtifactMetadataSource artifactMetadataSource, Log log, boolean overwrite, MavenProject executedProject, List reactorProjects, WagonManager wagonManager, boolean linkModules, boolean useFullNames, boolean downloadSources, String sourceClassifier, boolean downloadJavadocs, String javadocClassifier, Library[] libraries, Set macros, String exclude, boolean useShortDependencyNames)
voidrewriteModule()

Method Detail

execute

public void execute()
Create IDEA (.iml) project files.

Throws: org.apache.maven.plugin.MojoExecutionException

initParam

public void initParam(MavenProject project, ArtifactFactory artifactFactory, ArtifactRepository localRepo, ArtifactResolver artifactResolver, ArtifactMetadataSource artifactMetadataSource, Log log, boolean overwrite, MavenProject executedProject, List reactorProjects, WagonManager wagonManager, boolean linkModules, boolean useFullNames, boolean downloadSources, String sourceClassifier, boolean downloadJavadocs, String javadocClassifier, Library[] libraries, Set macros, String exclude, boolean useShortDependencyNames)

rewriteModule

public void rewriteModule()
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.