Package com.xpn.xwiki.tool.backup
Class ExportMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.xwiki.tool.extension.util.AbstractExtensionMojo
-
- org.xwiki.tool.utils.AbstractOldCoreMojo
-
- com.xpn.xwiki.tool.backup.ExportMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="export") public class ExportMojo extends AbstractOldCoreMojo
Maven 2 plugin to export a set of XWiki documents from an existing database to the file system.- Version:
- $Id: c000c9118cb81714b8a581b2f90aa4864fe377d2 $
-
-
Field Summary
-
Fields inherited from class org.xwiki.tool.utils.AbstractOldCoreMojo
hibernateConfig, oldCoreHelper, wiki
-
-
Constructor Summary
Constructors Constructor Description ExportMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeInternal()
-
Methods inherited from class org.xwiki.tool.utils.AbstractOldCoreMojo
after, before
-
Methods inherited from class org.xwiki.tool.extension.util.AbstractExtensionMojo
execute, initializeExtensionMojoHelper, isSkipExecution
-
-
-
-
Method Detail
-
executeInternal
public void executeInternal() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Specified by:
executeInternal
in classorg.xwiki.tool.extension.util.AbstractExtensionMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-