Package

net.adamcin

vltpack

Permalink

package vltpack

Visibility
  1. Public
  2. All

Type Members

  1. trait BundlePathParameters extends BaseMojo

    Permalink

    Trait defining common parameters and methods for placement of bundles within a JCR repository

    Trait defining common parameters and methods for placement of bundles within a JCR repository

    Since

    0.6.0

  2. class ChecksumCalculator extends AnyRef

    Permalink
  3. trait CreatesPackage extends BaseMojo

    Permalink

    Trait defining common mojo parameters and methods for the creation of vault packages

    Trait defining common mojo parameters and methods for the creation of vault packages

    Since

    0.6.0

  4. class DavRequestVerbs extends MethodVerbs with DavVerbs

    Permalink

    Wraps an implicitly created DefaultRequestVerbs object with the DavVerbs trait

  5. trait DavVerbs extends MethodVerbs

    Permalink

    Adds fluid support for the MKCOL method

    Adds fluid support for the MKCOL method

    Since

    0.6.0

  6. trait HttpParameters extends BaseMojo with UsernameAware

    Permalink

    Trait defining common mojo parameters and methods for establishing HTTP connections to a Granite server.

    Trait defining common mojo parameters and methods for establishing HTTP connections to a Granite server. Reuses the vltpack.user parameter defined in the UsernameAware trait as part of the connection credentials

    Since

    0.6.0

  7. trait IdentifiesPackages extends AnyRef

    Permalink

    Trait defining common mojo parameters and methods needed to identify vault package binaries based on embedded metadata

    Trait defining common mojo parameters and methods needed to identify vault package binaries based on embedded metadata

    Since

    0.6.0

  8. trait OutputParameters extends BaseMojo with RequiresProject

    Permalink

    Trait defining common output path variables

    Trait defining common output path variables

    Since

    0.6.0

  9. trait PackageDependencies extends BaseMojo with RequiresProject with IdentifiesPackages with ResolvesArtifacts

    Permalink

    Trait defining common mojo parameters and methods useful for identifying package dependencies that are not embedded in the main project artifact

    Trait defining common mojo parameters and methods useful for identifying package dependencies that are not embedded in the main project artifact

    Since

    0.6.0

  10. trait PutsBundles extends BaseMojo with HttpParameters with BundlePathParameters

    Permalink

    Trait defining common mojo parameters and methods for uploading OSGi bundles to the configured CQ server using the PUT HTTP method

    Trait defining common mojo parameters and methods for uploading OSGi bundles to the configured CQ server using the PUT HTTP method

    Since

    0.6.0

  11. trait RequiresProject extends BaseMojo

    Permalink

    Trait for mojos to mark them as requiring a reference to a maven project as well as defining the dependency as a component

    Trait for mojos to mark them as requiring a reference to a maven project as well as defining the dependency as a component

    Since

    0.6.0

  12. trait ResolvesArtifacts extends BaseMojo

    Permalink

    Trait defining common mojo parameters and methods useful for arbitrarily resolving artifacts from local and remote repositories

    Trait defining common mojo parameters and methods useful for arbitrarily resolving artifacts from local and remote repositories

    Since

    0.6.0

  13. trait UploadsPackages extends BaseMojo with HttpParameters with IdentifiesPackages

    Permalink

    Trait defining common mojo parameters and methods useful for uploading and installing vault packages on CQ servers

    Trait defining common mojo parameters and methods useful for uploading and installing vault packages on CQ servers

    Since

    0.6.0

  14. trait UsernameAware extends BaseMojo

    Permalink

    Trait defining the vltpack.user mojo parameter

    Trait defining the vltpack.user mojo parameter

    Since

    0.6.0

  15. class VltpackException extends Exception

    Permalink

    General exception for error cases without a throwable cause

Value Members

  1. object IdentifiesPackages

    Permalink

    Companion object for the trait defining these useful property constants

    Companion object for the trait defining these useful property constants

    Since

    0.6.0

  2. object VltpackUtil

    Permalink

    Utility methods used by the plugin

    Utility methods used by the plugin

    Since

    0.6.0

  3. package mojo

    Permalink

Ungrouped