Skip to content

Commit

Permalink
Align bookshop postgresql with CAP Java archetype (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofterdinger authored Feb 26, 2025
1 parent 481aafe commit fc722d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<!-- MAKE CDS PLUGIN RUNNABLE FROM ROOT -->
<plugin>
<groupId>com.sap.cds</groupId>
<artifactId>cds-maven-plugin</artifactId>
<version>${cds.services.version}</version>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<!-- JAVA VERSION -->
<plugin>
Expand Down
1 change: 0 additions & 1 deletion srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
<plugin>
<groupId>com.sap.cds</groupId>
<artifactId>cds-maven-plugin</artifactId>
<version>${cds.services.version}</version>
<executions>
<execution>
<id>cds.clean</id>
Expand Down

0 comments on commit fc722d0

Please sign in to comment.