com.atlassian.maven.plugins
Class IdeaMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.atlassian.maven.plugins.AbstractIdeaMojo
          extended by com.atlassian.maven.plugins.IdeaMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class IdeaMojo
extends AbstractIdeaMojo

Goal for generating IDEA files from a POM. This plug-in provides the ability to generate IDEA project files (.ipr and .iws files) for IDEA


Field Summary
 
Fields inherited from class com.atlassian.maven.plugins.AbstractIdeaMojo
appParams, appPort, artifactFactory, artifactMetadataSource, artifactResolver, CONFLUENCE, contextPath, docBase, driverName, executedProject, ideaHasBeenRun, JIRA, JIRA_APPSERVER_MODULE, JIRA_CORE_MODULE, jndiName, localRepo, log, overwrite, password, rmiPort, url, username
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
IdeaMojo()
           
 
Method Summary
 void execute()
           
protected  void idea()
           
 void setProject(org.apache.maven.project.MavenProject project)
           
 
Methods inherited from class com.atlassian.maven.plugins.AbstractIdeaMojo
addWebAppModules, callMavenIdea, createBuildResource, createElement, createLibraryResource, createOptions, createProjectResource, createResource, doDependencyResolution, findComponent, findElement, findElement, findElement, findElementWithAttribute, findModule, getLog, getModuleFileUrl, getPluginSetting, getProjectArtifacts, getProjectFileUrl, initAppProperties, 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
 

Constructor Detail

IdeaMojo

public IdeaMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

idea

protected void idea()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

setProject

public void setProject(org.apache.maven.project.MavenProject project)


Copyright © 2007 null. All Rights Reserved.