org.codehaus.mojo.javascript
Class AttachCompressedMojo

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

public class AttachCompressedMojo
extends AbstractPackageMojo

Goal used to package compressed 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-compressed
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
AttachCompressedMojo()
           
 
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

AttachCompressedMojo

public AttachCompressedMojo()
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.