Uses of Class
com.isomorphic.maven.mojo.AbstractBaseMojo
| Package | Description |
|---|---|
| com.isomorphic.maven.mojo | |
| com.isomorphic.maven.mojo.reify |
-
Uses of AbstractBaseMojo in com.isomorphic.maven.mojo
Subclasses of AbstractBaseMojo in com.isomorphic.maven.mojo Modifier and Type Class Description classAbstractPackagerMojoA base class meant to deal with prerequisites to install / deploy goals, which are basically to resolve the files in a given distribution to a collection of Maven artifacts suitable for installation or deployment to some Maven repository.classDeployMojoDeploys a collection ofModules to the Maven repository location indicated by the givenDeployMojo.repositoryUrlproperty.classDownloadMojoDownloads and unpacks a given distribution, but does not actually do anything with the resulting Maven artifacts.classInstallMojoInstalls a collection ofModules to the user's local repository. -
Uses of AbstractBaseMojo in com.isomorphic.maven.mojo.reify
Subclasses of AbstractBaseMojo in com.isomorphic.maven.mojo.reify Modifier and Type Class Description classImportMojoProvides for single-step download and extraction of assets hosted on the Reify platform.classValidateMojoA utility class to run theImportMojo's validation step independently of the import process.