org.apache.maven.plugin.coreit
Class DumpRepoLayoutsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.coreit.DumpRepoLayoutsMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class DumpRepoLayoutsMojo
extends AbstractMojo

Dumps the role hints of the available repository layouts to a properties file.

Author:
Benjamin Bentmann
Is defined by the goal name:
dump-repo-layouts
Is bound to the specified phase of the standard build lifecycle:
validate

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DumpRepoLayoutsMojo()
           
 
Method Summary
 void execute()
          Runs this mojo.
 
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

DumpRepoLayoutsMojo

public DumpRepoLayoutsMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Runs this mojo.

Throws:
MojoFailureException - If the output file could not be created.
MojoExecutionException


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.