You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/09 10:08:09 UTC

[maven-integration-testing] branch master updated (2e3c13a -> 389b1ec)

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


    from 2e3c13a  fixed the IT 4554 as LocalPort is -1 if Jetty connector is not open. Error message in logs: [WARNING] Could not transfer metadata org.apache.maven.its.mng4554/maven-metadata.xml from/to central (http://localhost:-1/repo-1): Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
     add 389b1ec  LocalPort is -1 if Jetty connector is not open. Error message in logs: [WARNING] Could not transfer metadata org.apache.maven.its.mng4554/maven-metadata.xml from/to central (http://localhost:-1/repo-1): Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect

No new revisions were added by this update.

Summary of changes:
 .../it/MavenIT0146InstallerSnapshotNaming.java     | 29 +++++-----
 .../MavenITmng0553SettingsAuthzEncryptionTest.java | 22 +++++---
 .../maven/it/MavenITmng0768OfflineModeTest.java    | 21 +++++--
 .../it/MavenITmng2305MultipleProxiesTest.java      | 14 ++++-
 .../maven/it/MavenITmng2387InactiveProxyTest.java  | 31 +++++++---
 .../MavenITmng3415JunkRepositoryMetadataTest.java  | 24 +++++---
 .../maven/it/MavenITmng3461MirrorMatchingTest.java | 18 ++++--
 ...MavenITmng3599useHttpProxyForWebDAVMk2Test.java | 21 ++++---
 .../MavenITmng3599useHttpProxyForWebDAVTest.java   | 21 ++++---
 .../it/MavenITmng3652UserAgentHeaderTest.java      | 46 ++++++++-------
 .../MavenITmng3953AuthenticatedDeploymentTest.java | 26 ++++-----
 .../it/MavenITmng4068AuthenticatedMirrorTest.java  | 19 +++++--
 ...enITmng4235HttpAuthDeploymentChecksumsTest.java | 25 ++++----
 ...4326LocalSnapshotSuppressesRemoteCheckTest.java | 23 +++++---
 ...venITmng4343MissingReleaseUpdatePolicyTest.java | 50 ++++++++++------
 ...ITmng4348NoUnnecessaryRepositoryAccessTest.java | 18 +++---
 .../maven/it/MavenITmng4360WebDavSupportTest.java  | 18 ++++--
 ...avenITmng4413MirroringOfDependencyRepoTest.java | 17 ++++--
 .../it/MavenITmng4428FollowHttpRedirectTest.java   | 14 ++++-
 ...469AuthenticatedDeploymentToCustomRepoTest.java | 27 +++++----
 ...Tmng4470AuthenticatedDeploymentToProxyTest.java | 37 ++++++------
 ...MavenITmng4489MirroringOfExtensionRepoTest.java | 17 ++++--
 ...Tmng4500NoUpdateOfTimestampedSnapshotsTest.java | 20 ++++---
 ...avenITmng4554PluginPrefixMappingUpdateTest.java | 66 +++++++++-------------
 ...nITmng4555MetaversionResolutionOfflineTest.java | 22 +++++---
 .../MavenITmng4561MirroringOfPluginRepoTest.java   | 17 ++++--
 ...729MirrorProxyAuthUsedByProjectBuilderTest.java | 17 ++++--
 ...refixResolutionDoesntTouchDisabledRepoTest.java | 27 +++++----
 ...rsionResolutionDoesntTouchDisabledRepoTest.java | 20 ++++---
 ...nITmng4781DeploymentToNexusStagingRepoTest.java | 50 ++++++++--------
 .../maven/it/MavenITmng4991NonProxyHostsTest.java  | 37 ++++++++----
 .../MavenITmng5064SuppressSnapshotUpdatesTest.java | 18 ++++--
 .../maven/it/MavenITmng5175WagonHttpTest.java      | 22 +++++---
 ...g5280SettingsProfilesRepositoriesOrderTest.java | 33 ++++++-----
 34 files changed, 539 insertions(+), 348 deletions(-)