Skip to content

Commit fc722d0

Browse files
authored
Align bookshop postgresql with CAP Java archetype (#441)
1 parent 481aafe commit fc722d0

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
@@ -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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
<plugin>
128128
<groupId>com.sap.cds</groupId>
129129
<artifactId>cds-maven-plugin</artifactId>
130-
<version>${cds.services.version}</version>
131130
<executions>
132131
<execution>
133132
<id>cds.clean</id>

0 commit comments

Comments
 (0)