Skip to content

Commit 372ce87

Browse files
committed
Add cds-maven-plugin to plugin managemnet in root pom.xml.
1 parent 481aafe commit 372ce87

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@
5858
</dependencyManagement>
5959

6060
<build>
61+
<pluginManagement>
62+
<plugins>
63+
<!-- MAKE CDS PLUGIN RUNNABLE FROM ROOT -->
64+
<plugin>
65+
<groupId>com.sap.cds</groupId>
66+
<artifactId>cds-maven-plugin</artifactId>
67+
<version>${cds.services.version}</version>
68+
</plugin>
69+
</plugins>
70+
</pluginManagement>
71+
6172
<plugins>
6273
<!-- JAVA VERSION -->
6374
<plugin>

srv/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@
106106
<plugin>
107107
<groupId>org.springframework.boot</groupId>
108108
<artifactId>spring-boot-maven-plugin</artifactId>
109-
<version>${spring.boot.version}</version>
110-
<configuration>
109+
<configuration>
111110
<skip>false</skip>
112111
</configuration>
113112
<executions>

0 commit comments

Comments
 (0)