org.universAAL.support.directives.mojos
Class ChangeVersionMojo

Package class diagram package ChangeVersionMojo
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.universAAL.support.directives.api.AbstractProcedureMojo
          extended by org.universAAL.support.directives.mojos.ChangeVersionMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ChangeVersionMojo
extends AbstractProcedureMojo

Changes the version of a project to the given new Version. This doesn't affect submodules's parent version, this mojo should be used in conjunction with Versions Maven Plugin (Specially usefull is the versions:update-child-modules, which updates the parent's version of all modules)

Author:
amedrano

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ChangeVersionMojo()
           
 
Method Summary
 APIProcedure getProcedure()
          
 
Methods inherited from class org.universAAL.support.directives.api.AbstractProcedureMojo
execute
 
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

ChangeVersionMojo

public ChangeVersionMojo()
Method Detail

getProcedure

public APIProcedure getProcedure()

Specified by:
getProcedure in class AbstractProcedureMojo


Copyright © 2014 universAAL Consortium. All Rights Reserved.