Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for generatePom (0.05 seconds)

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

                noticeFile = file('notice.txt')
                version = "2.0"
                group = 'org.acme'        
            """
    
            when:
            def result = gradleRunner('generatePom').build()
    
            then:
            result.task(":generatePom").outcome == TaskOutcome.SUCCESS
            file("build/distributions/hello-world-plugin-2.0.pom").exists()
            assertXmlEquals(file("build/distributions/hello-world-plugin-2.0.pom").text, """
    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