We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481aafe commit 372ce87Copy full SHA for 372ce87
pom.xml
@@ -58,6 +58,17 @@
58
</dependencyManagement>
59
60
<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
+
72
<plugins>
73
<!-- JAVA VERSION -->
74
<plugin>
srv/pom.xml
@@ -106,8 +106,7 @@
106
107
<groupId>org.springframework.boot</groupId>
108
<artifactId>spring-boot-maven-plugin</artifactId>
109
- <version>${spring.boot.version}</version>
110
- <configuration>
+ <configuration>
111
<skip>false</skip>
112
</configuration>
113
<executions>
0 commit comments