Package | Description |
---|---|
org.apache.maven.plugin.cxx.utils | |
org.apache.maven.plugin.cxx.utils.svn |
Modifier and Type | Method and Description |
---|---|
static Credential |
Credential.createCredential(String url,
String username,
String password,
String settingsServerId,
org.apache.maven.settings.Settings settings,
org.sonatype.plexus.components.sec.dispatcher.SecDispatcher secDispatcher,
org.apache.maven.plugin.logging.Log log)
Load username password from settings if user has not set them in JVM properties
|
Modifier and Type | Method and Description |
---|---|
static void |
SvnService.execSvnCommand(File basedir,
Credential cred,
String[] specificParams,
OutputStream out,
org.apache.maven.plugin.logging.Log log) |
static SvnInfo |
SvnService.getSvnInfo(File basedir,
Credential cred,
String uri,
org.apache.maven.plugin.logging.Log log,
boolean noParsingFailure) |
static SvnExternalsEntries |
SvnService.loadSvnExternals(File basedir,
Credential cred,
String uri,
org.apache.maven.plugin.logging.Log log) |
static void |
SvnService.writeSvnExternals(File basedir,
Credential cred,
String uri,
SvnExternalsEntries properties,
String tempDir,
org.apache.maven.plugin.logging.Log log) |
Copyright © 2010–2017 Neticoa SAS. All rights reserved.