Skip to content

Commit fc17b23

Browse files
authored
Make spring-cloud-dataflow-server jar executable (spring-attic#4956)
Fixes spring-attic#4941
1 parent 4721853 commit fc17b23

File tree

1 file changed

+3
-0
lines changed
  • spring-cloud-dataflow-server

1 file changed

+3
-0
lines changed

spring-cloud-dataflow-server/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
<plugin>
136136
<groupId>org.springframework.boot</groupId>
137137
<artifactId>spring-boot-maven-plugin</artifactId>
138+
<configuration>
139+
<executable>true</executable>
140+
</configuration>
138141
</plugin>
139142
<plugin>
140143
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)