org.codehaus.mojo.javascript
Class AttachStrippedMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.javascript.AbstractPackageMojo
          extended by org.codehaus.mojo.javascript.AttachStrippedMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AttachStrippedMojo
extends AbstractPackageMojo

Goal used to package stripped JavaScript files and package them as a javascript archive attaching this new artifact to the project for beeing installed / deployed with the regular uncompressed js-archive.

Is defined by the goal name:
attach-stripped
Is bound to the specified phase of the standard build lifecycle:
package

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AttachStrippedMojo()
           
 
Method Summary
protected  java.io.File getOutputDirectory()
          
protected  java.io.File getScriptsDirectory()
          
 
Methods inherited from class org.codehaus.mojo.javascript.AbstractPackageMojo
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
 

Constructor Detail

AttachStrippedMojo

public AttachStrippedMojo()
Method Detail

getOutputDirectory

protected java.io.File getOutputDirectory()

See Also:
AbstractPackageMojo.getOutputDirectory()

getScriptsDirectory

protected java.io.File getScriptsDirectory()

See Also:
AbstractPackageMojo.getScriptsDirectory()


Copyright © 2011 SOFTEC sa. All Rights Reserved.