Skip to content

Commit 4ce9c6e

Browse files
committed
Polish "Make layout parameter available as a user property"
See gh-17277
1 parent d2e34e6 commit 4ce9c6e

File tree

9 files changed

+2
-59
lines changed

9 files changed

+2
-59
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.boot.maven.it</groupId>
6-
<artifactId>repackage-layout-default</artifactId>
6+
<artifactId>jar-with-layout-property</artifactId>
77
<version>0.0.1.BUILD-SNAPSHOT</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
File renamed without changes.
File renamed without changes.

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/verify.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ assertTrue 'main artifact should have been installed',
1515
file.text.contains ("Installing " + main + " to")
1616
assertFalse 'backup artifact should not have been installed',
1717
file.text.contains ("Installing " + backup + "to")
18+
assertFalse file.text.contains("Layout:")
1819

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/repackage-layout-default/invoker.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/repackage-layout-default/verify.groovy

Lines changed: 0 additions & 4 deletions
This file was deleted.

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/repackage-layout-property/pom.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/repackage-layout-property/src/main/java/org/test/SampleApplication.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)