org.universAAL.support.directives.mojos
Class UpdateRootVersionsMojo

Package class diagram package UpdateRootVersionsMojo
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.UpdateRootVersionsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class UpdateRootVersionsMojo
extends AbstractProcedureMojo

Changes the versions of the one pom and root dependencyManagement imports to the given new Version. sections changed:

  1. the uAAL.pom parent version
  2. the imported root poms' versions in dependencyManagement
  3. the version of itest in dependencyManagement
  4. the version of uaal-maven-plugin in dependencyManagement
  5. the version of uaaldirectives-maven-plugin in dependencyManagement
  6. the version of uaaldirectives-maven-plugin in reporting
This mojo is only intended for uAAL release process.

Author:
amedrano

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
UpdateRootVersionsMojo()
           
 
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

UpdateRootVersionsMojo

public UpdateRootVersionsMojo()
Method Detail

getProcedure

public APIProcedure getProcedure()

Specified by:
getProcedure in class AbstractProcedureMojo


Copyright © 2014 universAAL Consortium. All Rights Reserved.