| org.geotools.maven.JarCollector
JarCollector | public class JarCollector extends AbstractMojo (Code) | | Copies .jar files in a single directory. Dependencies are copied as well,
except if already presents.
version: $Id: JarCollector.java 25335 2007-04-25 13:46:57Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public void | execute() Copies the
.jar files to the collect directory. |
execute | public void execute() throws MojoExecutionException(Code) | | Copies the
.jar files to the collect directory.
throws: MojoExecutionException - if the plugin execution failed. |
|
|