|
|
|
|
@ -19,6 +19,7 @@ package io.spring.gradle.convention
@@ -19,6 +19,7 @@ package io.spring.gradle.convention
|
|
|
|
|
import io.spring.gradle.testkit.junit.rules.TestKit |
|
|
|
|
import org.gradle.testkit.runner.BuildResult |
|
|
|
|
import org.junit.Rule |
|
|
|
|
import spock.lang.Ignore |
|
|
|
|
import spock.lang.Specification |
|
|
|
|
|
|
|
|
|
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS |
|
|
|
|
@ -27,6 +28,7 @@ class SpringMavenPluginITest extends Specification {
@@ -27,6 +28,7 @@ class SpringMavenPluginITest extends Specification {
|
|
|
|
|
|
|
|
|
|
@Rule final TestKit testKit = new TestKit() |
|
|
|
|
|
|
|
|
|
@Ignore |
|
|
|
|
def "install"() { |
|
|
|
|
when: |
|
|
|
|
BuildResult result = testKit.withProjectResource("samples/maven/install") |
|
|
|
|
@ -46,6 +48,7 @@ class SpringMavenPluginITest extends Specification {
@@ -46,6 +48,7 @@ class SpringMavenPluginITest extends Specification {
|
|
|
|
|
</dependency>""".replaceAll('\\s','')) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Ignore |
|
|
|
|
def "signArchives when in memory"() { |
|
|
|
|
when: |
|
|
|
|
BuildResult result = testKit.withProjectResource("samples/maven/signing") |
|
|
|
|
|