org.apache.maven.plugins.release.helpers
Class ProjectScmRewriter

java.lang.Object
  extended by org.apache.maven.plugins.release.helpers.ProjectScmRewriter

public class ProjectScmRewriter
extends java.lang.Object


Constructor Summary
ProjectScmRewriter(ReleaseProgressTracker releaseProgress)
           
 
Method Summary
 void restoreScmInfo(org.apache.maven.model.Model model)
           
 void rewriteScmInfo(org.apache.maven.model.Model model, java.lang.String projectId, java.lang.String tagLabel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectScmRewriter

public ProjectScmRewriter(ReleaseProgressTracker releaseProgress)
Method Detail

rewriteScmInfo

public void rewriteScmInfo(org.apache.maven.model.Model model,
                           java.lang.String projectId,
                           java.lang.String tagLabel)
                    throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

restoreScmInfo

public void restoreScmInfo(org.apache.maven.model.Model model)
                    throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.