com.atlassian.maven.plugins.sourcerelease.mojos
Class SourceMojo

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

public class SourceMojo
extends org.apache.maven.plugin.AbstractMojo

Goal checkes out dependencies from source control for a given groupId mask


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SourceMojo()
           
 
Method Summary
 void execute()
           
 org.apache.maven.scm.manager.ScmManager getScmManager()
           
 org.apache.maven.scm.repository.ScmRepository getScmRepository(java.lang.String connectionUrl)
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceMojo

public SourceMojo()
Method Detail

execute

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

getScmManager

public org.apache.maven.scm.manager.ScmManager getScmManager()

getScmRepository

public org.apache.maven.scm.repository.ScmRepository getScmRepository(java.lang.String connectionUrl)
                                                               throws org.apache.maven.scm.ScmException
Throws:
org.apache.maven.scm.ScmException


Copyright © 2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.