Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectPublishModuleWithCredentials (0.22 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishHttpIntegTest.groovy

            configureRepositoryCredentials(credentials.username, credentials.password)
    
            server.authenticationScheme = authScheme
    
            expectPublishModuleWithCredentials(module, credentials)
    
            when:
            succeeds 'publish'
    
            then:
            def localPom = file("build/publications/maven/pom-default.xml").assertIsFile()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top