| Class | Description |
|---|---|
| HadoopJobMojo |
Package a hadoop job (named MyJob) into MyJob-1.0.0.jar, which can be
submitted to hadoop environment to execute directly.
|
| JobInstallerMojo |
Package a normal job (named MyJob) into MyJob-installer.jar, which can be
self-extracted to folder(./MyJob-1.0.0) using following command:
java -jar MyJob-1.0.0-installer.jar [dir] |
| MigrateMojo |
Migrate all source files from one project to another project using a different package base.If current project is a pom project,
then all its module project will be migrated as well.
|
| MigrateTermMojo |
Migrate all term occurred.
|
| PackageMojo |
Package all source files in the project for backup purpose.
|
| SourceMojo |
Add generated sources to eclipse class path (.classpath).
|
| StartTestServerMojo |
Start TestServer from source code.
|
Copyright © 2022 Unidal Organization. All rights reserved.