org.apache.maven.plugin.idea

Class IdeaWorkspaceMojo

public class IdeaWorkspaceMojo extends AbstractIdeaMojo

Author: Edwin Punzalan

UNKNOWN: workspace phase="generate-sources"

Method Summary
voidexecute()
Create IDEA workspace (.iws) file.
protected StringgetScmType()
used to retrieve the SCM Type
protected StringgetScmType(String connection)
voidrewriteWorkspace()

Method Detail

execute

public void execute()
Create IDEA workspace (.iws) file.

Throws: org.apache.maven.plugin.MojoExecutionException

getScmType

protected String getScmType()
used to retrieve the SCM Type

Returns: the Scm Type string used to connect to the SCM

getScmType

protected String getScmType(String connection)

rewriteWorkspace

public void rewriteWorkspace()
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.