Tabnine Logo
ArtifactRepository.setProxy
Code IndexAdd Tabnine to your IDE (free)

How to use
setProxy
method
in
org.apache.maven.artifact.repository.ArtifactRepository

Best Java code snippets using org.apache.maven.artifact.repository.ArtifactRepository.setProxy (Showing top 9 results out of 315)

origin: apache/maven

public void injectProxy( RepositorySystemSession session, List<ArtifactRepository> repositories )
{
  if ( repositories != null && session != null )
  {
    for ( ArtifactRepository repository : repositories )
    {
      repository.setProxy( getProxy( session, repository ) );
    }
  }
}
origin: apache/maven

public void injectProxy( RepositorySystemSession session, List<ArtifactRepository> repositories )
{
  if ( repositories != null && session != null )
  {
    for ( ArtifactRepository repository : repositories )
    {
      repository.setProxy( getProxy( session, repository ) );
    }
  }
}
origin: apache/maven

effectiveRepository.setProxy( aliasedRepo.getProxy() );
origin: apache/maven

effectiveRepository.setProxy( aliasedRepo.getProxy() );
origin: apache/maven

p.setPassword( proxy.getPassword() );
repository.setProxy( p );
repository.setProxy( null );
origin: org.jvnet.hudson.main/maven-plugin

public void setProxy( Proxy proxy )
{
  artifactRepository.setProxy( proxy );
}
public Proxy getProxy()
origin: jenkinsci/maven-plugin

public void setProxy( Proxy proxy )
{
  artifactRepository.setProxy( proxy );
}
public Proxy getProxy()
origin: apache/karaf

org.apache.maven.repository.Proxy mavenProxy = configureProxyToInlineRepo();
if (mavenProxy != null) {
  repo.setProxy(mavenProxy);
origin: org.apache.karaf.tooling/karaf-maven-plugin

org.apache.maven.repository.Proxy mavenProxy = configureProxyToInlineRepo();
if (mavenProxy != null) {
  repo.setProxy(mavenProxy);
org.apache.maven.artifact.repositoryArtifactRepositorysetProxy

Popular methods of ArtifactRepository

  • getBasedir
  • pathOf
  • getUrl
  • getId
  • getLayout
  • getSnapshots
  • getReleases
  • find
  • pathOfLocalRepositoryMetadata
  • getAuthentication
  • getProtocol
  • pathOfRemoteRepositoryMetadata
  • getProtocol,
  • pathOfRemoteRepositoryMetadata,
  • setAuthentication,
  • getProxy,
  • setUrl,
  • isBlacklisted,
  • setId,
  • setLayout,
  • findVersions

Popular in Java

  • Making http post requests using okhttp
  • setRequestProperty (URLConnection)
  • getSupportFragmentManager (FragmentActivity)
  • notifyDataSetChanged (ArrayAdapter)
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now