org.fusesource.hawtjni.maven
Class PackageSourceMojo

java.lang.Object
  extended by AbstractMojo
      extended by org.fusesource.hawtjni.maven.PackageSourceMojo

public class PackageSourceMojo
extends AbstractMojo

This goal creates a source zip file of the native build module and attaches it to the build so that it can get deployed.

Author:
Hiram Chirino

Field Summary
protected  MavenProject project
          The maven project.
 
Constructor Summary
PackageSourceMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

protected MavenProject project
The maven project.

Constructor Detail

PackageSourceMojo

public PackageSourceMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException
Throws:
MojoExecutionException


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.