Skip to content

Commit 58e7bb8

Browse files
committed
added cds-maven-plugin to plugin management in root pom.xm.
1 parent 777f90b commit 58e7bb8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@
6767
</dependencyManagement>
6868

6969
<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+
7081
<plugins>
7182
<!-- JAVA VERSION -->
7283
<plugin>

srv/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
<plugin>
180180
<groupId>com.sap.cds</groupId>
181181
<artifactId>cds-maven-plugin</artifactId>
182-
<version>${cds.services.version}</version>
183182
<executions>
184183
<execution>
185184
<id>cds.clean</id>

0 commit comments

Comments
 (0)