Feature #15278

add maven proxy to acceptance suite

Added by Chris Price 12 months ago. Updated 10 months ago.

Status:ClosedStart date:06/28/2012
Priority:LowDue date:
Assignee:-% Done:

0%

Category:-
Target version:0.10.0
Keywords: Affected PuppetDB version:
Branch:https://github.com/puppetlabs/puppetdb/pull/229

Description

Configuring the acceptance tests to use a proxy for maven artifacts would result in at least a slight reduction in runtime. This can be done by simply dropping the following into ~/.m2/settings.xml:

<settings>
<proxies>
    <proxy>
    <active>true</active>
    <protocol>http</protocol>
    <host>modi.puppetlabs.lan</host>
    <port>3128</port>
    </proxy>
</proxies>
</settings>

History

#1 Updated by Chris Price 12 months ago

  • Private changed from Yes to No

#2 Updated by Chris Price 12 months ago

  • Status changed from Unreviewed to Accepted

#3 Updated by Chris Price 11 months ago

  • Status changed from Accepted to In Topic Branch Pending Review
  • Branch set to https://github.com/puppetlabs/puppetdb/pull/229

#4 Updated by Deepak Giridharagopal 11 months ago

  • Status changed from In Topic Branch Pending Review to Merged - Pending Release
  • Target version set to 1.0.0

#5 Updated by Deepak Giridharagopal 10 months ago

  • Target version changed from 1.0.0 to 0.10.0

#6 Updated by Deepak Giridharagopal 10 months ago

  • Status changed from Merged - Pending Release to Closed

Also available in: Atom PDF