Package

net.adamcin

snagjar

Permalink

package snagjar

Visibility
  1. Public
  2. All

Type Members

  1. trait AccessToRepositories extends AnyRef

    Permalink

    Trait defining common mojo parameters and methods useful for accessing maven repositories

    Trait defining common mojo parameters and methods useful for accessing maven repositories

    Since

    0.8.0

  2. trait DeploysToRemoteRepository extends AccessToRepositories

    Permalink

    Trait defining common mojo parameters and methods necessary for deployment of artifacts to remote repositories

    Trait defining common mojo parameters and methods necessary for deployment of artifacts to remote repositories

    Since

    0.8.0

  3. case class GAV(groupId: String, artifactId: String, version: String, parent: Option[GAV] = None) extends Ordered[GAV] with Product with Serializable

    Permalink

    Case class representing basic maven artifact coordinates

    Case class representing basic maven artifact coordinates

    Since

    0.8.0

  4. trait InstallsToLocalRepository extends AccessToRepositories

    Permalink

    Trait defining common mojo parameters and methods necessary for installation of maven artifacts to local repositories

    Trait defining common mojo parameters and methods necessary for installation of maven artifacts to local repositories

    Since

    0.8.0

  5. class SnagSession extends AnyRef

    Permalink

    Class that performs the directory scanning and artifact snagging

    Class that performs the directory scanning and artifact snagging

    Since

    0.8.0

  6. class Snaggable extends AnyRef

    Permalink

    Simple class representing a discovered jar, its maven coordinates, and its pom file

    Simple class representing a discovered jar, its maven coordinates, and its pom file

    Since

    0.8.0

Value Members

  1. object AccessToRepositories

    Permalink
  2. object SnagSession

    Permalink
  3. object Snaggable

    Permalink

    Companion class defining a convenient apply method

  4. package mojo

    Permalink

Ungrouped