Trait/Object

net.adamcin.snagjar

AccessToRepositories

Related Docs: object AccessToRepositories | package snagjar

Permalink

trait AccessToRepositories extends AnyRef

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

Since

0.8.0

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccessToRepositories
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. val generatePoms: Boolean

    Permalink

    Specify true to install generated "jar" pom when a parent pom is unresolvable, which omits dependencies and the parent pom reference

    Specify true to install generated "jar" pom when a parent pom is unresolvable, which omits dependencies and the parent pom reference

    Since

    1.2.0

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  13. def isResolvable(s: Snaggable): Boolean

    Permalink
  14. lazy val layout: ArtifactRepositoryLayout

    Permalink
  15. lazy val localRepository: ArtifactRepository

    Permalink
  16. val localRepositoryPath: File

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val releasePolicy: ArtifactRepositoryPolicy

    Permalink
  21. lazy val reposFromSettings: List[Repository]

    Permalink
  22. val repositoryLayout: String

    Permalink

    Specify the repository layout to use for local and remote repositories

  23. var repositoryLayouts: Map[String, ArtifactRepositoryLayout]

    Permalink
  24. lazy val repositoryRequest: RepositoryRequest

    Permalink
  25. var repositorySystem: RepositorySystem

    Permalink
  26. var session: MavenSession

    Permalink
  27. var settings: Settings

    Permalink
  28. def snaggableToArtifact(s: Snaggable): (Artifact, ProjectArtifactMetadata)

    Permalink
  29. val snapshotPolicy: ArtifactRepositoryPolicy

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped