com.googlecode.maven
Class Changes

java.lang.Object
  extended by com.googlecode.maven.Changes

public final class Changes
extends java.lang.Object

Helper class for changes.xml files.


Method Summary
static void generate(org.apache.maven.plugins.changes.model.Release release, java.io.File xmlPath, org.apache.maven.plugin.logging.Log log)
          Generates a changes.xml file based on a release.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generate

public static void generate(org.apache.maven.plugins.changes.model.Release release,
                            java.io.File xmlPath,
                            org.apache.maven.plugin.logging.Log log)
                     throws org.apache.maven.plugin.MojoFailureException
Generates a changes.xml file based on a release.
Output file will be created if needed otherwise existing one will be reused.

Parameters:
release -
xmlPath -
log -
Throws:
org.apache.maven.plugin.MojoFailureException


Copyright © 2010. All Rights Reserved.