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 777f90b commit 58e7bb8Copy full SHA for 58e7bb8
pom.xml
@@ -67,6 +67,17 @@
67
</dependencyManagement>
68
69
<build>
70
+ <pluginManagement>
71
+ <plugins>
72
+ <!-- MAKE CDS PLUGIN RUNNABLE FROM ROOT -->
73
+ <plugin>
74
+ <groupId>com.sap.cds</groupId>
75
+ <artifactId>cds-maven-plugin</artifactId>
76
+ <version>${cds.services.version}</version>
77
+ </plugin>
78
+ </plugins>
79
+ </pluginManagement>
80
+
81
<plugins>
82
<!-- JAVA VERSION -->
83
<plugin>
srv/pom.xml
@@ -179,7 +179,6 @@
179
180
<groupId>com.sap.cds</groupId>
181
<artifactId>cds-maven-plugin</artifactId>
182
- <version>${cds.services.version}</version>
183
<executions>
184
<execution>
185
<id>cds.clean</id>
0 commit comments