object MavenHelper
Helper object to extract maven settings.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MavenHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ExtractIdRegex: Regex
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def convertDep(dep: Dependency): sbt.ModuleID
- def createSbtCredentialsFromUserSettings(pom: Model, effectiveSettings: Option[Settings]): Seq[sbt.Credentials]
- def domOrNone(config: AnyRef): Option[Xpp3Dom]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromPom[T](f: (Model) ⇒ T): sbt.Def.Initialize[T]
- def getAdditionalSourcesFromPlugin(pom: Model): Seq[String]
- def getAdditionalSourcesPlugin(pom: Model): Seq[Plugin]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDependencies(pom: Model): Seq[sbt.ModuleID]
- def getHost(uri: String): String
- def getPomResolvers(pom: Model): Seq[sbt.Resolver]
- def getScalaPlugin(pom: Model): Option[Plugin]
- def getScalaVersion(pom: Model): Option[String]
- def getScalaVersionForced(pom: Model): String
- def getScalaVersionFromDependencies(pom: Model): Option[String]
- def getScalaVersionFromPlugins(pom: Model): Option[String]
- def getScalacOptions(pom: Model): Seq[String]
-
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.
- def getServerRealmSafe(uri: String): Option[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadPomInSettings: Seq[sbt.Setting[_]]
- def makeSbtCredentials(creds: Seq[(Repository, ServerCredentials)]): Seq[Credentials]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pullSettingsFromPom: Seq[sbt.Setting[_]]
- def readAdditionalSourcesPlugin(config: AnyRef): Option[Seq[String]]
- def readScalaPluginConfigurationFor(config: AnyRef, elem: String): Option[String]
- def readScalaPluginScalacArgsConfig(config: AnyRef): Option[Seq[String]]
- def removeBinaryVersionSuffix(v: String): String
- val scalaMavenPluginGroup: String
- val scalaMavenPluginId: String
- def serializePom(pom: Model): String
- def showPom(location: sbt.File, model: Model, s: TaskStreams): Unit
- val supportedScalaArtifacts: Seq[String]
- val supportedScalaGroupId: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val useMavenPom: Seq[sbt.Setting[_]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )