org.universAAL.maven
Class UaalRunnerMojo

Package class diagram package UaalRunnerMojo
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.universAAL.maven.UaalRunnerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class UaalRunnerMojo
extends org.apache.maven.plugin.AbstractMojo
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

This mojo creates composite file (artifact.composite) for project in which it is executed.


Field Summary
protected  org.apache.maven.artifact.repository.ArtifactRepository localRepository
          Location of the local repository.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
UaalRunnerMojo()
           
 
Method Summary
 void contextualize(org.codehaus.plexus.context.Context context)
          Contextualize.
 void execute()
          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
 

Field Detail

localRepository

protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
Location of the local repository.

Constructor Detail

UaalRunnerMojo

public UaalRunnerMojo()
Method Detail

contextualize

public final void contextualize(org.codehaus.plexus.context.Context context)
                         throws org.codehaus.plexus.context.ContextException
Contextualize.

Specified by:
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Parameters:
context - context
Throws:
org.codehaus.plexus.context.ContextException - ContextException

execute

public final void execute()
                   throws org.apache.maven.plugin.MojoExecutionException,
                          org.apache.maven.plugin.MojoFailureException
Execute.

Specified by:
execute in interface org.apache.maven.plugin.Mojo
Throws:
org.apache.maven.plugin.MojoExecutionException - MojoExecutionException
org.apache.maven.plugin.MojoFailureException - MojoFailureException


Copyright © 2014 universAAL Consortium. All Rights Reserved.