Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for validateElasticPom (0.4 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/PublishPluginFuncTest.groovy

                ext.projectLicenses.set(['The Apache Software License, Version 2.0': 'http://www.apache.org/licenses/LICENSE-2.0'])
            """
    
            when:
            def result = gradleRunner('generatePom', 'validateElasticPom').build()
    
            then:
            result.task(":generatePom").outcome == TaskOutcome.SUCCESS
            file("build/distributions/hello-world-1.0.pom").exists()
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 19K bytes
    - Click Count (0)
Back to Top