com.xpn.xwiki.tool.xar
Class XarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.xpn.xwiki.tool.xar.XarMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class XarMojo
- extends org.apache.maven.plugin.AbstractMojo
Gather all resources in a XAR file (which is actually a ZIP file). Also generates a XAR
descriptor if none is provided.
Note that the generated descriptor currently doesn't handle
translations.
- Version:
- $Id: $
|
Field Summary |
protected org.codehaus.plexus.archiver.manager.ArchiverManager |
archiverManager
To look up Archiver/UnArchiver implementations |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
archiverManager
protected org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager
- To look up Archiver/UnArchiver implementations
XarMojo
public XarMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException- See Also:
Mojo.execute()
Copyright © 2004-2008 XWiki. All Rights Reserved.