net.adamcin.graniteit

ResolvesArtifacts

trait ResolvesArtifacts extends BaseMojo

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

Since

0.6.0

Linear Supertypes
BaseMojo, AbstractMojo, ContextEnabled, Mojo, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResolvesArtifacts
  2. BaseMojo
  3. AbstractMojo
  4. ContextEnabled
  5. Mojo
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def copyToDir(dir: File, log: Log)(artifact: Artifact): File

  9. lazy val dependencies: List[Artifact]

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def execute(): Unit

    Definition Classes
    BaseMojo → Mojo
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getLog(): Log

    Definition Classes
    AbstractMojo → Mojo
  16. def getPluginContext(): Map[_, _]

    Definition Classes
    AbstractMojo → ContextEnabled
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. lazy val localRepository: ArtifactRepository

  20. val localRepositoryPath: File

    Specify the local repository path for resolved artifacts Refer to maven-install-plugin:install-file

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final val pA: Regex

  25. final val pGA: Regex

  26. final val pGATCV: Regex

  27. final val pGATV: Regex

  28. final val pGAV: Regex

  29. def proj: MavenProject

  30. lazy val repositoryRequest: RepositoryRequest

  31. var repositorySystem: RepositorySystem

  32. def resolveArtifacts(artifacts: Stream[Artifact]): Stream[Artifact]

  33. def resolveByArtifactIds(artifactIds: Set[String]): Stream[Artifact]

  34. def resolveByCoordinates(groupId: String, artifactId: String, version: String, artifactType: String, classifier: String): Option[Artifact]

  35. def resolveByCoordinates(coordinates: String): Option[Artifact]

  36. def resolveByFilter(filter: String): Stream[Artifact]

  37. var session: MavenSession

    Definition Classes
    BaseMojo
  38. def setLog(arg0: Log): Unit

    Definition Classes
    AbstractMojo → Mojo
  39. def setPluginContext(arg0: Map[_, _]): Unit

    Definition Classes
    AbstractMojo → ContextEnabled
  40. var settings: Settings

    Definition Classes
    BaseMojo
  41. def skipOrExecute(skip: Boolean)(body: ⇒ Unit): Unit

    Definition Classes
    BaseMojo
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseMojo

Inherited from AbstractMojo

Inherited from ContextEnabled

Inherited from Mojo

Inherited from AnyRef

Inherited from Any

Ungrouped