Packages

o

ch.epfl.scala.sbt.pom

MavenHelper

object MavenHelper

Helper object to extract maven settings.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MavenHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ExtractIdRegex: Regex
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def convertDep(dep: Dependency): sbt.ModuleID
  8. def createSbtCredentialsFromUserSettings(pom: Model, effectiveSettings: Option[Settings]): Seq[sbt.Credentials]
  9. def domOrNone(config: AnyRef): Option[Xpp3Dom]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromPom[T](f: (Model) ⇒ T): sbt.Def.Initialize[T]
  14. def getAdditionalSourcesFromPlugin(pom: Model): Seq[String]
  15. def getAdditionalSourcesPlugin(pom: Model): Seq[Plugin]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDependencies(pom: Model): Seq[sbt.ModuleID]
  18. def getHost(uri: String): String
  19. def getPomResolvers(pom: Model): Seq[sbt.Resolver]
  20. def getScalaPlugin(pom: Model): Option[Plugin]
  21. def getScalaVersion(pom: Model): Option[String]
  22. def getScalaVersionForced(pom: Model): String
  23. def getScalaVersionFromDependencies(pom: Model): Option[String]
  24. def getScalaVersionFromPlugins(pom: Model): Option[String]
  25. def getScalacOptions(pom: Model): Seq[String]
  26. def getServerRealm(method: String, uri: String): Option[String]

    Attempts to perform an unathorized action so we can detect the supported authentication realms of our server.

    Attempts to perform an unathorized action so we can detect the supported authentication realms of our server. tested against nexus + artifactory.

  27. def getServerRealmSafe(uri: String): Option[String]
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def loadPomInSettings: Seq[sbt.Setting[_]]
  31. def makeSbtCredentials(creds: Seq[(Repository, ServerCredentials)]): Seq[Credentials]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def pullSettingsFromPom: Seq[sbt.Setting[_]]
  36. def readAdditionalSourcesPlugin(config: AnyRef): Option[Seq[String]]
  37. def readScalaPluginConfigurationFor(config: AnyRef, elem: String): Option[String]
  38. def readScalaPluginScalacArgsConfig(config: AnyRef): Option[Seq[String]]
  39. def removeBinaryVersionSuffix(v: String): String
  40. val scalaMavenPluginGroup: String
  41. val scalaMavenPluginId: String
  42. def serializePom(pom: Model): String
  43. def showPom(location: sbt.File, model: Model, s: TaskStreams): Unit
  44. val supportedScalaArtifacts: Seq[String]
  45. val supportedScalaGroupId: String
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val useMavenPom: Seq[sbt.Setting[_]]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped