org.geotools.maven
Class JarCollector

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

public class JarCollector
extends org.apache.maven.plugin.AbstractMojo

Copies .jar files in a single directory. Dependencies are copied as well, except if already presents.

Version:
$Id: JarCollector.java 33719 2009-08-07 15:52:38Z aaime $
Author:
Martin Desruisseaux

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JarCollector()
           
 
Method Summary
 void execute()
          Copies the .jar files to the collect directory.
 
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

JarCollector

public JarCollector()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Copies the .jar files to the collect directory.

Throws:
org.apache.maven.plugin.MojoExecutionException - if the plugin execution failed.


Copyright © 1996-2010 Geotools. All Rights Reserved.