org.apache.continuum.utils.release
Class ReleaseUtil

java.lang.Object
  extended by org.apache.continuum.utils.release.ReleaseUtil

public class ReleaseUtil
extends Object


Constructor Summary
ReleaseUtil()
           
 
Method Summary
static Map<String,Object> getReleasePluginParameters(String workingDirectory, String pomFilename)
           
static void processProject(String workingDirectory, String pomFilename, boolean autoVersionSubmodules, List<Map<String,String>> projects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseUtil

public ReleaseUtil()
Method Detail

getReleasePluginParameters

public static Map<String,Object> getReleasePluginParameters(String workingDirectory,
                                                            String pomFilename)
                                                     throws Exception
Throws:
Exception

processProject

public static void processProject(String workingDirectory,
                                  String pomFilename,
                                  boolean autoVersionSubmodules,
                                  List<Map<String,String>> projects)
                           throws Exception
Throws:
Exception


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.